Files
almeira-web/next.config.ts
2026-03-13 00:15:32 -05:00

8 lines
133 B
TypeScript

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