diff --git a/next.config.mjs b/next.config.mjs index 5311388..cf707fe 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -1,5 +1,7 @@ /** @type {import('next').NextConfig} */ const nextConfig = { + basePath: "/Open-Sora/", + assetPrefix: "/Open-Sora/", output: "export", // Outputs a Single-Page Application (SPA). distDir: "./build", // Changes the build output directory to `./dist/`. };