Skip to content

Commit 455252c

Browse files
committed
fix: point to right url for preview img
1 parent b712fd2 commit 455252c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

www/src/template.html

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
/>
1212
<meta property="og:type" content="website" />
1313
<meta property="og:url" content="https://xlc-dev.github.io/nova/" />
14-
<meta property="og:image" content="{{BASE_URL}}/static/img/nova.png" />
14+
<meta
15+
property="og:image"
16+
content="https://xlc-dev.github.io/nova/static/img/nova.png"
17+
/>
1518
<meta
1619
property="og:title"
1720
content="Nova - Build Powerful Web Applications in Go"
@@ -35,7 +38,10 @@
3538
name="twitter:description"
3639
content="Nova is a flexible Go framework for building RESTful APIs and web UIs with sensible defaults, routing, middleware, OpenAPI, and templating."
3740
/>
38-
<meta name="twitter:image" content="{{BASE_URL}}/static/img/nova.png" />
41+
<meta
42+
name="twitter:image"
43+
content="https://xlc-dev.github.io/nova/static/img/nova.png"
44+
/>
3945
<link
4046
rel="shortcut icon"
4147
href="{{BASE_URL}}/static/img/favicon.png"

0 commit comments

Comments
 (0)