diff options
author | 2023-06-27 00:02:20 +0200 | |
---|---|---|
committer | 2023-06-27 00:02:20 +0200 | |
commit | 2eca765f91fb9cb0f6b77bbadb9118a0b976cdf7 (patch) | |
tree | 25c1d590877f5c726028d276541eb9ebb297d362 | |
parent | 0daaa9efba6c7caeffcd23ce279f4f54080e9bd6 (diff) | |
download | astro-2eca765f91fb9cb0f6b77bbadb9118a0b976cdf7.tar.gz astro-2eca765f91fb9cb0f6b77bbadb9118a0b976cdf7.tar.zst astro-2eca765f91fb9cb0f6b77bbadb9118a0b976cdf7.zip |
Remove invalid code block language tag in sitemap README (#7487)
-rw-r--r-- | packages/integrations/sitemap/README.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md index 80ea96288..ab6d6b193 100644 --- a/packages/integrations/sitemap/README.md +++ b/packages/integrations/sitemap/README.md @@ -91,7 +91,8 @@ After verifying that the sitemaps are built, you can add them to your site's `<h </head> ``` -```txt ins={4} title="public/robots.txt" +<!-- prettier-ignore --> +``` ins={4} title="public/robots.txt" User-agent: * Allow: / |