Skip to content

Commit

Permalink
Deployment file
Browse files Browse the repository at this point in the history
  • Loading branch information
sterenz committed Dec 8, 2023
1 parent be51948 commit bddd8c8
Showing 1 changed file with 15 additions and 4 deletions.
19 changes: 15 additions & 4 deletions empower-italy/next.config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
/** @type {import('next').NextConfig} */
const nextConfig = {}

module.exports = nextConfig
/**
* @type {import('next').NextConfig}
*/
const nextConfig = {
output: 'export',
distDir: 'dist',
images: {
unoptimized: true
},
// experimental: {
// appDir: true
// },
}

module.exports = nextConfig

0 comments on commit bddd8c8

Please sign in to comment.