Files
hypixel-stats/next.config.ts
2025-07-28 11:17:53 +02:00

5 lines
101 B
TypeScript

import type { NextConfig } from "next"
const nextConfig: NextConfig = {}
export default nextConfig;