Files
configure-pages/src/fixtures/next/default.expected.js
T

10 lines
208 B
JavaScript

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