easter egg

This commit is contained in:
nmemmert
2026-06-18 10:03:32 -04:00
parent 9174331d2d
commit e0ed798741
2 changed files with 17 additions and 1 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ export function register(app) {
const root = canonical.endsWith('/') ? canonical.slice(0, -1) : canonical
res.type('text/plain').send(
['User-agent: *', 'Allow: /', `Sitemap: ${root}/sitemap.xml`].join('\n'),
['User-agent: *', 'Allow: /', 'Disallow: /salvation', `Sitemap: ${root}/sitemap.xml`].join('\n'),
)
})