react-code-dataset
/
next.js
/test
/e2e
/chrome-devtools-workspace
/fixtures
/base-path
/next.config.js
| /** | |
| * @type {import('next').NextConfig} | |
| */ | |
| const nextConfig = { | |
| basePath: '/base-path', | |
| } | |
| module.exports = nextConfig | |