From e06f39b11e745273cc464fe7fced2c2adb2be19b Mon Sep 17 00:00:00 2001 From: Frank Lee Date: Sat, 27 Apr 2024 13:07:38 +0800 Subject: [PATCH] updated node version --- next.config.mjs | 2 ++ 1 file changed, 2 insertions(+) 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/`. };