Skip to content

Commit

Permalink
test different next config
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Tilsch committed Oct 26, 2023
1 parent b13f764 commit 190d2b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/exhibition-live/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
const nextConfig = {
reactStrictMode: true,
distDir: 'dist',
output: 'export',
output: 'standalone',
images: {
unoptimized: true,
unoptimized: true,
},
basePath: '/exhibition-live'
basePath: process.env.NEXT_PUBLIC_BASE_PATH || '',
}

module.exports = nextConfig

0 comments on commit 190d2b1

Please sign in to comment.