Initial Setup

This commit is contained in:
Sir Blob
2025-01-24 23:55:12 -05:00
parent 3cd9065178
commit 72d24a968e
19 changed files with 7071 additions and 123 deletions

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;