Initial Commit

This commit is contained in:
trouper
2025-08-10 13:15:38 -05:00
parent c0954329d1
commit 36dbfe5940
38 changed files with 74138 additions and 1327 deletions

11
next.config.js Normal file
View File

@@ -0,0 +1,11 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
images: {
domains: [],
},
}
module.exports = nextConfig