mirror of
https://github.com/actions/configure-pages.git
synced 2025-12-08 16:16:09 +00:00
Fix one expected test fixture given Prettier configuration
This commit is contained in:
@@ -1,6 +1,3 @@
|
|||||||
// Default Pages configuration for Next
|
// Default Pages configuration for Next
|
||||||
const nextConfig = {
|
const nextConfig = { experimental: { images: { unoptimized: true } }, basePath: '/docs' }
|
||||||
experimental: {images: {unoptimized: true}},
|
|
||||||
basePath: '/docs'
|
|
||||||
}
|
|
||||||
module.exports = nextConfig
|
module.exports = nextConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user