修复修改历史跳转错误

This commit is contained in:
wangzipai 2024-10-30 16:23:43 +08:00
parent 22a3af8507
commit 2370f6ec6e

View File

@ -66,7 +66,7 @@ export default ((opts?: Partial<ContentMetaOptions>) => {
segments.push(
<a
href={`https://github.githistory.xyz/qwqw3qee/quartz/commits/v4/${fileData.filePath}`}
href={`https://github.githistory.xyz/wangzipai/quartz/commits/v4/${fileData.filePath}`}
target="_blank"
>
<svg xmlns="http://www.w3.org/2000/svg" style="position:relative; top:2px;" width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-history"><path d="M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8"/><path d="M3 3v5h5"/><path d="M12 7v5l4 2"/></svg>