Files
opengifame/next.config.js
2022-11-05 18:04:50 +00:00

9 lines
173 B
JavaScript

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