inital working version

This commit is contained in:
Stefan Hardegger
2025-07-22 21:49:40 +02:00
parent bebb799784
commit 59d29dceaf
98 changed files with 8027 additions and 856 deletions

View File

@@ -10,6 +10,14 @@ const nextConfig = {
},
images: {
domains: ['localhost'],
remotePatterns: [
{
protocol: 'http',
hostname: 'localhost',
port: '80',
pathname: '/images/**',
},
],
},
};