updated node version

This commit is contained in:
Frank Lee 2024-04-27 13:07:38 +08:00
parent b057fa21f5
commit e06f39b11e

View file

@ -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/`.
};