Index: chapterx-frontend/src/pages/writer/EditStoryPage.tsx
===================================================================
--- chapterx-frontend/src/pages/writer/EditStoryPage.tsx	(revision b62cefc14094ca5ac7154f7d48797a1e6c444935)
+++ chapterx-frontend/src/pages/writer/EditStoryPage.tsx	(revision acf690c1403ecbecd948a46d950278f177f2d408)
@@ -63,4 +63,5 @@
     addToast('Story updated!')
     setSaving(false)
+    navigate(`/story/${story.story_id}`)
   }
 
