We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 923b7b5 commit 787ea67Copy full SHA for 787ea67
1 file changed
shirono-qa-app/next.config.js
@@ -1,6 +1,6 @@
1
/** @type {import('next').NextConfig} */
2
const nextConfig = {
3
- output: 'export', // 静的エクスポートを有効化
+ output: 'standalone', // 静的エクスポートを有効化
4
trailingSlash: true,
5
skipTrailingSlashRedirect: true,
6
distDir: 'build', // Azure Static Web Appsが期待するフォルダー名
0 commit comments