mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-24 13:24:05 -06:00
修复修改历史跳转错误
This commit is contained in:
parent
22a3af8507
commit
2370f6ec6e
@ -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> 修改历史
|
||||
|
||||
Loading…
Reference in New Issue
Block a user