feat: App-Versionierung + Cookie-Consent Banner
This commit is contained in:
@@ -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 [
|
||||
|
||||
Reference in New Issue
Block a user