Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add sitemap to Next.js (split ticket) #347

Open
rylew1 opened this issue Jun 6, 2024 · 0 comments · May be fixed by #354 or #350
Open

Add sitemap to Next.js (split ticket) #347

rylew1 opened this issue Jun 6, 2024 · 0 comments · May be fixed by #354 or #350
Assignees

Comments

@rylew1
Copy link
Contributor

rylew1 commented Jun 6, 2024

Edit:

Repurpose this ticket into 2 tasks:

Original description below:

What's the task?

Should we setup pa11y-ci https://github.com/pa11y/pa11y-ci for this project:

  • possible defaults in .pa11yci.json:
  "defaults": {
    "timeout": 240000,
    "runners": ["axe"],
    "ignore": ["color-contrast"],
    "concurrency": 1,
    "chromeLaunchConfig": {
      "ignoreHTTPSErrors": true,
      "args": ["--disable-dev-shm-usage", "--no-sandbox"]
    }
  },
  • some projects use a sitemap for the urls but we might need to finesse a possible url export of the data to get it into a format pa11y likes
@rylew1 rylew1 linked a pull request Jun 15, 2024 that will close this issue
@rylew1 rylew1 self-assigned this Jun 17, 2024
@rylew1 rylew1 linked a pull request Jun 21, 2024 that will close this issue
@rylew1 rylew1 changed the title Setup pa11y-ci Add sitemap to Next.js (split ticket) Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant