mirror of
https://github.com/hpcaitech/Open-Sora.git
synced 2026-04-15 03:15:20 +02:00
updated node version
This commit is contained in:
parent
b057fa21f5
commit
e06f39b11e
|
|
@ -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/`.
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue