aboutsummaryrefslogtreecommitdiffstats
path: root/src/routes/upstream/+server.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/routes/upstream/+server.ts')
-rw-r--r--src/routes/upstream/+server.ts2
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);