From af5300ec161e16ea825c2a6045a63735a2d4f9ed Mon Sep 17 00:00:00 2001 From: Kebo Kitanari Date: Tue, 12 Nov 2024 15:31:16 -0600 Subject: [PATCH] oops i forgor to switch that back lol --- src/pages/newest/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/newest/index.ts b/src/pages/newest/index.ts index 82eb703..9aec773 100644 --- a/src/pages/newest/index.ts +++ b/src/pages/newest/index.ts @@ -11,5 +11,5 @@ const newestPost = posts.sort((a, b) => compareDesc(new Date(a.data.date), new D console.log(newestPost.slug) export const GET: APIRoute = ({ redirect }) => { - return redirect('http://localhost:4321/posts/' + newestPost.slug, 307); + return redirect('https://eleboog.com/posts/' + newestPost.slug, 307); } \ No newline at end of file