Files
configure-pages/src/fixtures/next/blank.expected.js
T

4 lines
136 B
JavaScript
Raw Normal View History

2022-07-19 11:47:29 -07:00
// Default Pages configuration for Next
2022-07-19 17:05:37 -07:00
const nextConfig = {images: {unoptimized: true}, basePath: '/docs'}
2022-07-19 11:47:29 -07:00
module.exports = nextConfig