feat: separate current and "new" web in route groups
This commit is contained in:
8
app/[lang]/(preview-current)/not-found.tsx
Normal file
8
app/[lang]/(preview-current)/not-found.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
export default function NotFound() {
|
||||
return (
|
||||
<main>
|
||||
<h2>Not Found</h2>
|
||||
<p>Could not find requested resource</p>
|
||||
</main>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user