Skip to content

Commit 9807315

Browse files
committed
ci: workaround not-found page
1 parent d097e3b commit 9807315

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/app/not-found.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default function NotFound() {
2+
return null;
3+
}

0 commit comments

Comments
 (0)