From fc5a96f8bed263e42997554c5c93b33475e688c6 Mon Sep 17 00:00:00 2001 From: HiDeoo Date: Wed, 6 Sep 2023 17:11:05 +0200 Subject: Update `pa11y-ci` sitemap URL (#660) --- docs/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit