Skip to content

Commit ae0c6e7

Browse files
committed
fix: preview url
1 parent ba43023 commit ae0c6e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/template.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
/>
3232
<meta
3333
property="og:image"
34-
content="https://xlc-dev.github.io/fssg/img/logo.png"
34+
content="https://xlc-dev.github.io/fssg/static/img/logo.png"
3535
/>
3636
<meta
3737
name="twitter:image"
38-
content="https://xlc-dev.github.io/fssg/img/logo.png"
38+
content="https://xlc-dev.github.io/fssg/static/img/logo.png"
3939
/>
4040
<meta property="og:url" content="https://xlc-dev.github.io/fssg/" />
4141
</head>

0 commit comments

Comments
 (0)