Skip to content

Commit

Permalink
Docs: Fix OG image
Browse files Browse the repository at this point in the history
  • Loading branch information
distantnative committed Mar 29, 2024
1 parent ffd0189 commit 1a0af06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trim_trailing_whitespace = true
[*.php]
indent_size = 4

[*.md,*.txt]
[*.md]
indent_style = space
trim_trailing_whitespace = false
insert_final_newline = false
Expand Down
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
base: "/retour-for-kirby/",
appearance: "force-dark",
cleanUrls: true,
head: [["link", { rel: "og:image", href: "/ogimage.png" }]],
head: [["link", { rel: "og:image", href: "/retour-for-kirby/ogimage.png" }]],
themeConfig: {
logo: "/scribbles.svg",

Expand Down

0 comments on commit 1a0af06

Please sign in to comment.