This commit is contained in:
Chad Bailey
2025-04-03 17:18:26 +00:00
parent 8f33f00c3f
commit 974e989cb5
58 changed files with 85 additions and 40 deletions

View File

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