标签: node.js webpack time
那里的大多数线程都集中在使用 Datepicker 的开发人员上,我没有使用它。代码如下:
export function getBlogUrl (publishedAt, slug) { return `/blog/${format(publishedAt, 'MM-DD-YYYY')}/${slug.current || slug}/` }
我尝试将 YYYY 更改为 yyyy,但错误仍然存在。
这是网站的博客部分。
有什么想法吗?