Fix day offset by one

This commit is contained in:
Oracle 2026-06-17 14:52:30 +02:00
parent dc4efbea58
commit 5a0364976a
Signed by: Oracle
SSH key fingerprint: SHA256:x4/RtnjUyuHkdvmwNDsWSfcfF1V5PNr3OpriZqOvCX8
3 changed files with 49 additions and 17 deletions

View file

@ -7,7 +7,7 @@
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"build": "astro build && node scripts/fix-paths.mjs",
"preview": "astro preview",
"astro": "astro"
},