项目文件夹

文件
2026-07-13 12:30:54 +08:00

8 行
133 B
TypeScript

import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;