mirror of
https://github.com/geoffsee/open-gsio.git
synced 2025-09-08 22:56:46 +00:00
Add dynamic robots.txt generation and update sitemap handling
- Remove static robots.txt file. - Implement dynamic robots.txt generator script (`generate_robots_txt.js`) to allow hostname flexibility. - Update sitemap generation script to also use dynamic hostname from arguments. - Modify Vite config to include automated generation of both sitemap and robots.txt during build. - Add `public/robots.txt` to `.gitignore`.
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
User-agent: *
|
||||
Allow: /
|
||||
Allow: /connect
|
||||
Disallow: /api
|
||||
Disallow: /assets
|
||||
|
||||
Sitemap: https://geoff.seemueller.io/sitemap.xml
|
Reference in New Issue
Block a user