Add next.config.ts

This commit is contained in:
2026-05-02 17:37:14 -04:00
parent b182d42dc2
commit 74b95a5af5

7
next.config.ts Normal file
View File

@@ -0,0 +1,7 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
/* config options here */
};
export default nextConfig;