mirror of
https://github.com/actions/configure-pages.git
synced 2026-03-30 18:14:51 +00:00
experimental
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const nextConfig = {
|
||||
images: {unoptimized: true},
|
||||
basePath: "/docs",
|
||||
experimental: {images: {unoptimized: true}},
|
||||
basePath: '/docs',
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
swcMinify: true
|
||||
}
|
||||
|
||||
module.exports = nextConfig
|
||||
module.exports = nextConfig
|
||||
|
||||
Reference in New Issue
Block a user