Skip to content

Commit

Permalink
ci: rm output export from next.config.mjs to fix ssr
Browse files Browse the repository at this point in the history
  • Loading branch information
longwind48 committed Dec 15, 2024
1 parent 8f8e115 commit 6233496
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
12 changes: 4 additions & 8 deletions frontend/firebase.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,13 @@
{
"hosting": {
"target": "staging",
"public": "out",
"source": ".",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
"frameworksBackend": {
"region": "asia-east1"
}
}
}
2 changes: 1 addition & 1 deletion frontend/next.config.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
output: 'export',
// output: 'export',
env: {
APP_ENV: process.env.APP_ENV || 'development',
},
Expand Down

0 comments on commit 6233496

Please sign in to comment.