Add robots.txt

This commit is contained in:
1ilit
2024-04-06 05:19:13 +03:00
parent c5cdcba459
commit 1576b3fb96
4 changed files with 42 additions and 36 deletions

View File

@@ -1214,7 +1214,7 @@ export default function ControlPanel({
function: () => window.open("https://discord.gg/8y7XUfcqR8", "_blank"),
},
"Report a bug": {
function: () => window.open("/bug_report", "_blank"),
function: () => window.open("/bug-report", "_blank"),
},
"Give feedback": {
function: () => window.open("/survey", "_blank"),