/* * @LastEditors: whitechiina 1293616053@qq.com * @LastEditTime: 2026-07-15 18:04:31 */ import type { NextConfig } from "next"; const nextConfig: NextConfig = { output: "export", trailingSlash: true // 添加这一行 }; export default nextConfig;