From 5a1d0e38494a4048e18270d8e842d4bbc80ad14e Mon Sep 17 00:00:00 2001 From: Riccardo Giorato Date: Fri, 26 Dec 2025 22:13:45 +0100 Subject: [PATCH] Update story route from /editor to /story and add redirect --- app/stories/page.tsx | 2 +- app/{editor => story}/[storySlug]/page.tsx | 0 .../[storySlug]/story-editor-client.tsx | 0 components/landing/comic-creation-form.tsx | 2 +- next.config.mjs | 9 +++++++++ 5 files changed, 11 insertions(+), 2 deletions(-) rename app/{editor => story}/[storySlug]/page.tsx (100%) rename app/{editor => story}/[storySlug]/story-editor-client.tsx (100%) diff --git a/app/stories/page.tsx b/app/stories/page.tsx index 0df4a58..91aa0ee 100644 --- a/app/stories/page.tsx +++ b/app/stories/page.tsx @@ -132,7 +132,7 @@ export default function StoriesPage() { {stories.map((story, index) => (