fix: redirection

This commit is contained in:
Val 2025-02-25 01:54:44 +07:00
parent 7c92acad15
commit 3a9f9b819e

View File

@ -11,7 +11,7 @@ export default async function Page({ slug }: PageProps) {
const page = await fetchPageBySlug({ slug });
if (!page) {
redirect("/404");
redirect("/page/not-found");
}
return (