Skip to content

Commit

Permalink
[fix] make links that should be relative... be relative
Browse files Browse the repository at this point in the history
  • Loading branch information
EsseLowNitro authored Dec 14, 2024
1 parent 10bacf3 commit a499e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/meta-generic.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta name="color-scheme" content="dark light"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://secureblue.io/assets/secureblue.png"/>
<meta property="og:image" content="/assets/secureblue.png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content="secureblue logo"/>
Expand Down

0 comments on commit a499e3f

Please sign in to comment.