Skip to content

Commit

Permalink
Fix previous change disallowing bots
Browse files Browse the repository at this point in the history
Signed-off-by: C0D3 M4513R <[email protected]>
  • Loading branch information
C0D3-M4513R committed Oct 8, 2024
1 parent d1a55f9 commit 85b70aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions public/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Sitemap: https://kettingpowered.org/sitemap.xml
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export default defineConfig({
generateSitemap({
hostname: "https://kettingpowered.org/",
exclude: ["/404"],
generateRobotsTxt: false,
})
},
}
Expand Down

0 comments on commit 85b70aa

Please sign in to comment.