1
0
forked from schulze/bam

basic site

This commit is contained in:
2024-10-18 10:33:48 +02:00
parent 9c84e3985f
commit 9c24a27012
23 changed files with 9007 additions and 1 deletions

4
next.config.mjs Normal file
View File

@@ -0,0 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {};
export default nextConfig;