Files
configure-pages/src/fixtures/next/default.expected.mjs
2024-03-27 14:48:01 -05:00

11 lines
208 B
JavaScript

/** @type {import('next').NextConfig} */
const nextConfig = {
images: { unoptimized: true },
basePath: '/docs',
output: 'export',
reactStrictMode: true,
swcMinify: true
}
export default nextConfig