/** @type {import('next').NextConfig} */ const nextConfig = { experimental: { appDir: true, }, basePath: '/docs', }; module.exports = nextConfig;