You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can do this the "right way" by creating src/app/not-found.tsx according to Next.js docs, but we'd have to figure out how to manually integrate the old HTML code.
OR we just copy and overwrite the 404.html created by build process.
src/app/not-found.tsx
according to Next.js docs, but we'd have to figure out how to manually integrate the old HTML code.In the process, we can also fix #60.
The text was updated successfully, but these errors were encountered: