feat: Add website (#1157)

Co-authored-by: Bjorn Lammers <bjorn@lammers.media>
This commit is contained in:
Thomas Camlong
2025-04-16 16:18:20 +02:00
committed by GitHub
parent f46843795d
commit bfe293f090
86 changed files with 13563 additions and 1269 deletions

10
web/next.config.ts Normal file
View File

@@ -0,0 +1,10 @@
import type { NextConfig } from "next"
const nextConfig: NextConfig = {
images: {
unoptimized: true,
},
output: "export",
}
export default nextConfig