diff options
author | 2023-03-09 16:28:21 +0100 | |
---|---|---|
committer | 2023-03-09 16:28:21 +0100 | |
commit | 1343a6469f91728d5f9718895b4eaeab1ca07190 (patch) | |
tree | 717a8e61e4dfb240bf89b6643ab468fa2235c92a | |
parent | 070942a33a90f6b0b7d8b0dd195364dbdb2c8cd7 (diff) | |
download | astro-1343a6469f91728d5f9718895b4eaeab1ca07190.tar.gz astro-1343a6469f91728d5f9718895b4eaeab1ca07190.tar.zst astro-1343a6469f91728d5f9718895b4eaeab1ca07190.zip |
Get rid of ‘txt not found’ (#6486)
-rw-r--r-- | packages/integrations/sitemap/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/integrations/sitemap/README.md b/packages/integrations/sitemap/README.md index f4949ca51..99e730997 100644 --- a/packages/integrations/sitemap/README.md +++ b/packages/integrations/sitemap/README.md @@ -91,7 +91,7 @@ After verifying that the sitemaps are built, you can add them to your site's `<h </head> ``` -```txt ins={4} title="public/robots.txt" +```yaml ins={4} title="public/robots.txt" User-agent: * Allow: / |