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

@@ -1,5 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: "export",
reactStrictMode: true,
experimental: {
typedRoutes: true,