4 lines
189 B
JavaScript
4 lines
189 B
JavaScript
// Default Pages configuration for Next
|
|
const nextConfig = { images: { unoptimized: true }, experimental: { images: { unoptimized: true } }, basePath: '/docs' }
|
|
module.exports = nextConfig
|