Skip to content

Commit 8af2b78

Browse files
committed
fix: ci
1 parent a917884 commit 8af2b78

File tree

3 files changed

+5
-9
lines changed

3 files changed

+5
-9
lines changed

markdown/first.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
记录一下建站的第一天,也许开心到爆炸.
22
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/07/27/75276539/98580c852764d70e5a9597aa7678f131_2245446554692880272.jpg)
3-
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif)
3+
![建站图片](https://upload-bbs.miyoushe.com/upload/2024/03/20/285532152/757fa74f8b38fdfab0bd1b653a69af4d_6553329811603610700.gif)

markdown/output.json

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
{
22
"postDataMap": {
33
"first": {
4-
"authors": [
5-
"zhw"
6-
],
4+
"authors": ["zhw"],
75
"title": "建站",
86
"tag": "生活",
97
"path": "first",
@@ -23,9 +21,7 @@
2321
},
2422
"postDataList": [
2523
{
26-
"authors": [
27-
"zhw"
28-
],
24+
"authors": ["zhw"],
2925
"title": "建站",
3026
"tag": "生活",
3127
"path": "first",
@@ -43,4 +39,4 @@
4339
"modified": true
4440
}
4541
]
46-
}
42+
}

src/components/modules/shared/PrefetchLink.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const loadedImages = new Set<string>();
88

99
interface PrefetchLinkProps extends React.ComponentProps<typeof Link> {
1010
href: string;
11-
preFetchImages: string[];
11+
preFetchImages?: string[];
1212
}
1313

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

0 commit comments

Comments
 (0)