fixed basepath

This commit is contained in:
Frank Lee 2024-04-27 13:11:11 +08:00
parent e06f39b11e
commit a0aed5d28e

View file

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