diff --git a/src/fixtures/next/blank.expected.js b/src/fixtures/next/blank.expected.js index fe69e40..d52e36b 100644 --- a/src/fixtures/next/blank.expected.js +++ b/src/fixtures/next/blank.expected.js @@ -1,6 +1,3 @@ // Default Pages configuration for Next -const nextConfig = { - experimental: {images: {unoptimized: true}}, - basePath: '/docs' -} +const nextConfig = { experimental: { images: { unoptimized: true } }, basePath: '/docs' } module.exports = nextConfig