Fix day offset by one
This commit is contained in:
parent
dc4efbea58
commit
5a0364976a
3 changed files with 49 additions and 17 deletions
|
|
@ -7,7 +7,7 @@
|
|||
},
|
||||
"scripts": {
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"build": "astro build && node scripts/fix-paths.mjs",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue