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