Files
latosa-escrima/latosa-frontend/next.config.ts
cdricms 3e84305d46 batman
2025-01-12 23:34:54 +01:00

8 lines
132 B
TypeScript

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