From 6e53c47b4c825151ecbdd2c610253e85f074250f Mon Sep 17 00:00:00 2001 From: glazk0 <43091603+glazk0@users.noreply.github.com> Date: Tue, 17 Sep 2024 19:13:45 +0200 Subject: [PATCH] misc: types adapt --- src/routes/(seo)/robots.txt/+server.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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: /',