parent
4c7792f17b
commit
c93fced70f
2 changed files with 9 additions and 2 deletions
@ -1,5 +1,12 @@ |
||||
module.exports = { |
||||
/** |
||||
* @type {import('next').NextConfig} |
||||
*/ |
||||
const config = { |
||||
distDir: 'out', |
||||
output: 'export', |
||||
pageExtensions: ['ts', 'tsx'], |
||||
poweredByHeader: false, |
||||
reactStrictMode: true, |
||||
}; |
||||
|
||||
module.exports = config; |
||||
|
Loading…
Reference in new issue