Skip to content

Commit

Permalink
temporarily use icons/512 for og:image
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoreilly committed Jul 24, 2024
1 parent 562875e commit 3a6501e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/core/web/embed/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<meta property="og:title" content="{{.Title}}">
<meta property="og:description" content="{{.Desc}}">
<meta property="og:type" content="website">
<meta property="og:image" content="{{.Image}}">
<meta property="og:image" content="{{.BasePath}}icons/512.png">
<meta property="og:site_name" content="{{.SiteName}}">
<title>{{.Title}}</title>
{{- if .VanityURL -}}
Expand Down

0 comments on commit 3a6501e

Please sign in to comment.