diff --git a/next.config.mjs b/next.config.mjs index 4678774..96b07ce 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,4 +1,7 @@ /** @type {import('next').NextConfig} */ -const nextConfig = {}; +const nextConfig = { + basePath: "/DecentEditor", + output: "export" +}; export default nextConfig;