mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 08:06:09 +00:00
8 lines
136 B
JavaScript
8 lines
136 B
JavaScript
/** @type {import('next').NextConfig} */
|
|
const nextConfig = {
|
|
reactStrictMode: true,
|
|
swcMinify: true
|
|
}
|
|
|
|
module.exports = nextConfig
|