Files
HoyaHax2025/next.config.ts
2025-01-25 01:25:26 -05:00

7 lines
105 B
TypeScript

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