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