diff options
fix: shut up
Diffstat (limited to 'src')
-rw-r--r-- | src/routes/upstream/+server.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/routes/upstream/+server.ts b/src/routes/upstream/+server.ts index 678e4cd..f7cab12 100644 --- a/src/routes/upstream/+server.ts +++ b/src/routes/upstream/+server.ts @@ -1,5 +1,5 @@ import { redirect } from "@sveltejs/kit"; -import { repository } from "$/../package.json" with { type: "json" }; +import { repository } from "../../../package.json" with { type: "json" }; export const GET = () => { throw redirect(307, repository.url); |