diff options
author | Chris Swithinbank | 2023-10-02 14:10:05 +0200 |
---|---|---|
committer | GitHub | 2023-10-02 14:10:05 +0200 |
commit | b26234424efd85d856542e20394c7f6eb7806586 (patch) | |
tree | 6d9571f2bf4339d0e342e9fa8eb1ffd79f943f2f | |
parent | 32d98e8a4b15c26b24bc40e3b6cca11642879885 (diff) | |
download | IT.starlight-b26234424efd85d856542e20394c7f6eb7806586.tar.gz IT.starlight-b26234424efd85d856542e20394c7f6eb7806586.tar.bz2 IT.starlight-b26234424efd85d856542e20394c7f6eb7806586.zip |
Exclude `/id/` pages from pa11y checks (#790)
-rw-r--r-- | docs/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/package.json b/docs/package.json index 8f37406e..862bbf52 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "version": "0.0.1", "scripts": { "test": "start-server-and-test 'pnpm preview' http://localhost:4321 'pnpm pa11y'", - "pa11y": "pa11y-ci --sitemap 'http://localhost:4321/sitemap-0.xml' --sitemap-find 'https://starlight.astro.build' --sitemap-replace 'http://localhost:4321' --sitemap-exclude '/(de|zh|fr|es|pt-br|it|ko)/.*'", + "pa11y": "pa11y-ci --sitemap 'http://localhost:4321/sitemap-0.xml' --sitemap-find 'https://starlight.astro.build' --sitemap-replace 'http://localhost:4321' --sitemap-exclude '/(de|zh|fr|es|pt-br|it|id|ko)/.*'", "dev": "astro dev", "start": "astro dev", "build": "astro build", |