diff options
author | HiDeoo | 2023-09-06 17:11:05 +0200 |
---|---|---|
committer | GitHub | 2023-09-06 17:11:05 +0200 |
commit | fc5a96f8bed263e42997554c5c93b33475e688c6 (patch) | |
tree | 6ee5384538f36aace6cd635b87383a51eee9d11c | |
parent | 9828f739b73e2f377c1450b9e11f0914722ee440 (diff) | |
download | IT.starlight-fc5a96f8bed263e42997554c5c93b33475e688c6.tar.gz IT.starlight-fc5a96f8bed263e42997554c5c93b33475e688c6.tar.bz2 IT.starlight-fc5a96f8bed263e42997554c5c93b33475e688c6.zip |
Update `pa11y-ci` sitemap URL (#660)
-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 c63dcfd4..15204355 100644 --- a/docs/package.json +++ b/docs/package.json @@ -5,7 +5,7 @@ "version": "0.0.1", "scripts": { "test": "start-server-and-test preview http://localhost:4321 pa11y", - "pa11y": "pa11y-ci --sitemap 'http://localhost:4321/sitemap-index.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|ko)/.*'", "dev": "astro dev", "start": "astro dev", "build": "astro build", |