Sitemap and Robots
The kit comes with scripts to generate the sitemap and robots.txt files. Here is how you can update them.
- Run the local server
npm run dev
- Run the script
npm run generate:sitemap-robots
This will generate the sitemap.xml and robots.txt files in the public directory. Commit the changes to the repository and deploy it!