From: PhiTux Date: Wed, 8 Oct 2025 16:12:59 +0000 (+0200) Subject: redirect updated X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=814f3ef1af332a48760403ab411750ae36dfacd9;p=DailyTxT.git redirect updated --- diff --git a/frontend/src/routes/+page.js b/frontend/src/routes/+page.js index 9743273..0dde40f 100644 --- a/frontend/src/routes/+page.js +++ b/frontend/src/routes/+page.js @@ -1,6 +1,6 @@ import { redirect } from "@sveltejs/kit"; export function load() { - // Redirect to the /home route + // Redirect to the /write route throw redirect(307, "/write"); } \ No newline at end of file diff --git a/frontend/src/routes/+page.svelte b/frontend/src/routes/+page.svelte index c911c3a..8922eca 100644 --- a/frontend/src/routes/+page.svelte +++ b/frontend/src/routes/+page.svelte @@ -1,10 +1,10 @@