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