Fixes incorrect date when loading the guide

This commit is contained in:
freearhey 2023-10-24 00:25:07 +03:00
parent daf0cb03b4
commit 7237ba0f1e
4 changed files with 31 additions and 31 deletions

View file

@ -1,4 +1,3 @@
export const SITES_DIR = process.env.SITES_DIR || './sites'
export const GUIDES_DIR = process.env.GUIDES_DIR || './guides'
export const DATA_DIR = process.env.DATA_DIR || './temp/data'
export const CURR_DATE = process.env.CURR_DATE || new Date().toISOString()