perf!: hosting on firebase as static files

BREAKING CHANGE: not-found page is now Next.js default
This commit is contained in:
rusconn
2023-06-17 14:42:07 +09:00
parent 4d198c5b96
commit b9bedd13ef
7 changed files with 48 additions and 2 deletions

View File

@@ -8,6 +8,7 @@ To reproduce environment, use [VOLTA](https://volta.sh/)
## Known issues
- [App directory root not-found.tsx not compiled to 404.html when using static export](https://github.com/vercel/next.js/issues/48227)
- Tool search does not set query parameters
- [(Shallow routing) updating search params causes server code to rerun.](https://github.com/vercel/next.js/issues/49668)
- [Editor may not resize to fit container size](https://github.com/suren-atoyan/monaco-react/issues/346)