diff --git a/next.config.js b/next.config.js index ef28363..f84b98c 100644 --- a/next.config.js +++ b/next.config.js @@ -3,4 +3,9 @@ const withNextra = require('nextra')({ themeConfig: './theme.config.tsx', }) -module.exports = withNextra() +module.exports = withNextra({ + output: 'export', + images: { + unoptimized: true, + }, +})