ci: adapt for current webui

This commit is contained in:
Junyan Qin
2025-04-28 21:59:37 +08:00
parent 1949ebb304
commit 23321ce8e6
4 changed files with 12 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
output: 'export'
};
export default nextConfig;