updated version 1.1.3 - updated hostname

This commit is contained in:
2026-01-16 20:37:19 +02:00
parent ca6d2d7abe
commit a5e9072b9d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
env: {
APPVERSION: '1.1.2'
APPVERSION: '1.1.3'
},
experimental: {
serverComponentsExternalPackages: ['mysql2']