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", }), };