feat: App-Versionierung + Cookie-Consent Banner

This commit is contained in:
Pepe Ziberi
2026-02-21 12:03:28 +01:00
parent adf3dc8c1d
commit 6fc2aa19c7
5 changed files with 79 additions and 0 deletions

View File

@@ -1,5 +1,10 @@
const packageJson = require('./package.json')
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
APP_VERSION: packageJson.version,
},
output: 'standalone',
async headers() {
return [