fix: small css tweaks
This commit is contained in:
parent
dbc72a383e
commit
a3b23ded75
2 changed files with 3 additions and 8 deletions
|
@ -15,10 +15,7 @@ const minifyCss = async (css) => {
|
|||
return output.css;
|
||||
};
|
||||
|
||||
const formatDate = (date, format) => {
|
||||
console.log(date);
|
||||
return dayjs.utc(date).format(format);
|
||||
};
|
||||
const formatDate = (date, format) => dayjs.utc(date).format(format);
|
||||
|
||||
module.exports = {
|
||||
entries,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue