ATQQ / sugar-blog

✍️📚我写博客的地方🤪🤪🤪记录随笔与学习笔记,仓库包含:博客内容,博客主题、博客模板、vitepress离线全文搜索插件、VitePress RSS 支持插件;a blog theme use vitepress
https://sugarat.top
MIT License
364 stars 69 forks source link

[Bug] 使用CloudFlare Pages部署,文章时间始终为部署时间 #307

Open klxiaoniu opened 2 hours ago

klxiaoniu commented 2 hours ago

复现步骤

点击创建,选择对应的仓库进行构建

image

配置如下,产生新的commit时,CF会自动部署:

image image

Bug现象

除手动指定date的文章,其他文章的更新时间都是最后一次部署的时间,而不是文档中描述的Git Commit时间。 image

问题博客地址

https://github.com/klxiaoniu/klxiaoniu-blog https://www.klxiaoniu.top/

klxiaoniu commented 1 hour ago

还有一个小问题,构建时会产生大量的warning如下:

DEPRECATION WARNING: The legacy JS API is deprecated and will be removed in Dart Sass 2.0.0.

More info: https://sass-lang.com/d/legacy-js-api

但是我没找到是哪里的使用导致的问题

ATQQ commented 1 hour ago

自己看一下构建脚本 拉git仓库是否带全量的commit 还是快速拉取没有git信息