Initial Commit

This commit is contained in:
Hannah Dagemark 2026-01-18 03:18:26 +00:00
commit 258fad3475
60 changed files with 6894 additions and 0 deletions

9
next.config.ts Normal file
View file

@ -0,0 +1,9 @@
import type { NextConfig } from "next";
const nextConfig: NextConfig = {
output: 'standalone',
// assetPrefix: '/home',
};
export default nextConfig;