mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-04 00:32:22 +00:00
experimental
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
// Default Pages configuration for Next
|
||||
const nextConfig = {images: {unoptimized: true}, basePath: '/docs'}
|
||||
const nextConfig = {
|
||||
experimental: {images: {unoptimized: true}},
|
||||
basePath: '/docs'
|
||||
}
|
||||
module.exports = nextConfig
|
||||
|
||||
Reference in New Issue
Block a user