We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce57c32 commit 6c0b83eCopy full SHA for 6c0b83e
README.md
@@ -44,3 +44,4 @@ pnpm build
44
- Run locally, test `netlify dev`
45
- Create site `netlify unlink && netlify sites:create`
46
- Deploy `netlify deploy --build -s <site-name>`
47
+- It should automatically create a sitemap
netlify.toml
@@ -1,3 +1,6 @@
1
[build]
2
command = "pnpm build"
3
publish = "build"
4
+
5
+[[plugins]]
6
+ package = "netlify-plugin-submit-sitemap"
static/robots.txt
@@ -0,0 +1,2 @@
+User-agent: *
+Disallow: /
0 commit comments