Files
configure-pages/src/fixtures/next/default.expected.js
2022-11-18 00:57:58 -06:00

11 lines
241 B
JavaScript

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