1 2 3 4 5 6 7 8 9 10 11 12
const withNextra = require('nextra')({ theme: 'nextra-theme-docs', themeConfig: './theme.config.tsx', }) module.exports = { ...withNextra(), basePath: '/faking', images: { unoptimized: true, }, };