initial commit

This commit is contained in:
Varun Singh
2025-03-20 12:31:08 -07:00
parent f4626287cd
commit c9f7882728
13 changed files with 9872 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
module.exports = {
version: 2,
buildCommand: "next build",
outputDirectory: ".next",
cleanUrls: true
};