badgen.net/next.config.js

11 wiersze
188 B
JavaScript
Czysty Zwykły widok Historia

2022-12-31 06:29:41 +00:00
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
appDir: true,
forceSwcTransforms: true,
}
2019-05-26 04:41:21 +00:00
}
2022-12-31 06:29:41 +00:00
module.exports = nextConfig