From 148b1ab98e50cc838287825ca614390bdb683deb Mon Sep 17 00:00:00 2001 From: Julien Delaigues <0xju@pm.me> Date: Tue, 14 May 2024 11:13:06 +0800 Subject: [PATCH] fix: deployment --- next.config.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/next.config.mjs b/next.config.mjs index 97fdf27..24aa886 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -32,6 +32,7 @@ const nextConfig = { process.env.NEXT_PUBLIC_IS_DEPLOYMENT === "true" ? "/xion-staking" : undefined, + output: "export", }), };