Skip to content

Commit

Permalink
docs(SEO): Fix opengraph image
Browse files Browse the repository at this point in the history
  • Loading branch information
Aervyon committed Feb 9, 2024
1 parent e37afd3 commit db748e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export default defineConfig({
'link',
{rel: 'icon', href: '/favicon.ico'}
],
['meta', {property: "og:image", content: 'https://folderr.net/Banner.png'}],
['meta', {property: "og:image", content: 'https://folderr.net/OG-Banner.png'}],
['meta', {property: "og:url", content: 'https://folderr.net'}],
['meta', {property: "og:site_name", content: "Folderr Documentation" }],
['meta', {property: "og_type", content: 'website'}],
Expand Down
Binary file added public/OG-Banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db748e1

Please # to comment.