diff --git a/src/routes/(seo)/robots.txt/+server.ts b/src/routes/(seo)/robots.txt/+server.ts index 98f61c2..5996cfc 100644 --- a/src/routes/(seo)/robots.txt/+server.ts +++ b/src/routes/(seo)/robots.txt/+server.ts @@ -1,7 +1,6 @@ -import type { RequestHandler } from "@sveltejs/kit"; +import type { RequestHandler } from "./$types"; export const GET: RequestHandler = async () => { - const entries = [ 'User-agent: *', 'Disallow: /',