react-homepage/next.config.js

8 lines
138 B
JavaScript
Raw Normal View History

2023-07-28 20:14:39 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
2023-09-13 21:59:43 +00:00
output: 'export',
2023-07-28 20:14:39 +00:00
reactStrictMode: true,
}
module.exports = nextConfig