From e8fe95c068a9bbf6767e393924d004ce933d92d8 Mon Sep 17 00:00:00 2001 From: hade Date: Thu, 15 Feb 2024 11:48:57 +0700 Subject: [PATCH] build: update image optimize tag --- next.config.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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', }