Skip to content

Commit 787ea67

Browse files
committed
next.config.jsの出力設定を'export'から'standalone'に変更し、静的エクスポートを有効化
1 parent 923b7b5 commit 787ea67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shirono-qa-app/next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/** @type {import('next').NextConfig} */
22
const nextConfig = {
3-
output: 'export', // 静的エクスポートを有効化
3+
output: 'standalone', // 静的エクスポートを有効化
44
trailingSlash: true,
55
skipTrailingSlashRedirect: true,
66
distDir: 'build', // Azure Static Web Appsが期待するフォルダー名

0 commit comments

Comments
 (0)