Fix one expected test fixture given Prettier configuration

This commit is contained in:
James M. Greene
2022-08-05 15:35:48 -05:00
parent 4036d0f035
commit c69bbc2c2c

View File

@@ -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