Build frontend locally for lightweight deployment

This commit is contained in:
wuyanwanwu
2026-08-13 23:44:50 +08:00
parent d8aaf63e05
commit 6037bde760
26 changed files with 242 additions and 18 deletions
+2 -1
View File
@@ -1,7 +1,8 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
// Export a browser-only site so the small server only needs to serve files.
output: "export",
};
export default nextConfig;