Init NextJS #4

Merged
imnyang merged 11 commits from nextjs into main 2025-10-23 20:20:18 +09:00
Showing only changes of commit 9a7c07b3a8 - Show all commits

refactor(timeline): remove obsolete server action createPost (route.ts)

암냥 2025-10-22 22:37:26 +09:00

View file

@ -1,6 +0,0 @@
'use server'
import { redirect } from 'next/navigation'
export async function createPost(id: string) {
redirect(`/#timeline`)
}