Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
coderz-w committed Nov 14, 2024
1 parent a917884 commit 8af2b78
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion markdown/first.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
记录一下建站的第一天,也许开心到爆炸.
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/07/27/75276539/98580c852764d70e5a9597aa7678f131_2245446554692880272.jpg)
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif)
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif)
10 changes: 3 additions & 7 deletions markdown/output.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
{
"postDataMap": {
"first": {
"authors": [
"zhw"
],
"authors": ["zhw"],
"title": "建站",
"tag": "生活",
"path": "first",
Expand All @@ -23,9 +21,7 @@
},
"postDataList": [
{
"authors": [
"zhw"
],
"authors": ["zhw"],
"title": "建站",
"tag": "生活",
"path": "first",
Expand All @@ -43,4 +39,4 @@
"modified": true
}
]
}
}
2 changes: 1 addition & 1 deletion src/components/modules/shared/PrefetchLink.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const loadedImages = new Set<string>();

interface PrefetchLinkProps extends React.ComponentProps<typeof Link> {
href: string;
preFetchImages: string[];
preFetchImages?: string[];
}

export const PrefetchLink: React.FC<PrefetchLinkProps> = ({
Expand Down

0 comments on commit 8af2b78

Please sign in to comment.