badgen.net/next.config.js

11 wiersze
188 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true,
forceSwcTransforms: true,
}
}
module.exports = nextConfig