打包文件调整

This commit is contained in:
wxf
2026-06-09 11:06:46 +08:00
parent 4a5bcd2a36
commit 94855e4055
+1 -1
View File
@@ -1,7 +1,7 @@
import type { NextConfig } from "next"; import type { NextConfig } from "next";
const nextConfig: NextConfig = { const nextConfig: NextConfig = {
/* config options here */ output: "export",
}; };
export default nextConfig; export default nextConfig;