Send to main page after post creation

This commit is contained in:
Ategon 2025-01-16 04:13:31 -05:00
parent a879690129
commit 4642ea9032

View file

@ -71,7 +71,7 @@ export default function CreatePostPage() {
toast.success("Successfully created post"); toast.success("Successfully created post");
redirect("/app"); redirect("/");
}} }}
> >
<Input <Input