// Default Pages configuration for Next const nextConfig = { images: { unoptimized: true }, basePath: '/docs', output: 'export' } module.exports = nextConfig