create deploy yaml

This commit is contained in:
2025-04-24 21:16:13 +08:00
parent 88457f2177
commit 6f3317110e
2 changed files with 41 additions and 0 deletions

View File

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