diff --git a/next.config.js b/next.config.js index 0b859ce..5462d92 100644 --- a/next.config.js +++ b/next.config.js @@ -30,7 +30,7 @@ if (isGithubActions) { nextConfig = { output: 'export', images: { - loader: 'custom', + unoptimized: true, }, assetPrefix: assetPrefix, basePath: basePath,