Files
web/next.config.ts

8 lines
130 B
TypeScript
Raw Normal View History

2025-03-19 15:49:18 +08:00
import type { NextConfig } from "next"
2025-03-04 10:10:35 +08:00
const nextConfig: NextConfig = {
/* config options here */
2025-03-19 15:49:18 +08:00
}
2025-03-04 10:10:35 +08:00
2025-03-19 15:49:18 +08:00
export default nextConfig