Files
configure-pages/src/fixtures/next/default.expected.js
2022-08-05 15:40:25 -05:00

10 lines
208 B
JavaScript

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