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