diff --git a/.env.example b/.env.example index 9eb8cfb..3daf281 100644 --- a/.env.example +++ b/.env.example @@ -6,5 +6,4 @@ DB_USER=root DB_PASS=IhrMySQLPasswort DB_NAME=RXF -# Build-Datum (wird automatisch beim Build gesetzt, Format: DD.MM.YYYY) -BUILD_DATE=$(date +%d.%m.%Y) +# Build-Datum wird automatisch beim Build gesetzt - nicht hier definieren! diff --git a/app/page.tsx b/app/page.tsx index 7875f76..dbea858 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -99,7 +99,7 @@ export default function Home() {