mirror of
https://github.com/actions/configure-pages.git
synced 2026-04-03 08:12:24 +00:00
4 lines
158 B
JavaScript
4 lines
158 B
JavaScript
// Default Pages configuration for Next
|
|
const nextConfig = { images: { unoptimized: true }, basePath: '/docs', output: 'export' }
|
|
module.exports = nextConfig
|