diff --git a/next.config.js b/next.config.js index 2dfa00f..562821f 100644 --- a/next.config.js +++ b/next.config.js @@ -4,7 +4,9 @@ const withNextra = require('nextra')({ }) module.exports = { - ...withNextra(), + ...withNextra({ + images: { unoptimized: true }, + }), output: 'export', }