Files
omega-web/next.config.ts
Fran Jurmanović 5956173792 resolve path
2025-07-06 15:13:26 +02:00

8 lines
133 B
TypeScript

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