From 5f6c0bbe224326f80b5ec1d5d965b44406435738 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 8 Nov 2023 06:03:44 +0000 Subject: [PATCH] fix(ssr): fix 404 page --- src/app/not-found.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/not-found.tsx b/src/app/not-found.tsx index 688853c..dc54f5f 100644 --- a/src/app/not-found.tsx +++ b/src/app/not-found.tsx @@ -4,7 +4,10 @@ import Container from "@/components/Container"; export default async function NotFound() { return ( - +

404 Not Found

The page you requested does not exist.