Skip to content

Commit

Permalink
website: Misc meta tags changes
Browse files Browse the repository at this point in the history
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
  • Loading branch information
Rem01Gaming committed Oct 22, 2024
1 parent 2bb6881 commit 56641ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions website/docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,18 @@ export default defineConfig({
['link', { rel: "icon", type: "image/png", href: "android-crhome.png", size: "192x192"}],
['link', { rel: "apple-touch-icon", type: "image/png", href: "apple-touch-icon.png", size: "180x180"}],
['link', { rel: "canonical", href: "https://encore.rem01gaming.dev"}],
['meta', { name: "hostname", content: "encore.rem01gaming.dev"}],
['meta', { name: "expected-hostname", content: "encore.rem01gaming.dev"}],
['meta', { name: "author", content: "Rem01Gaming"}],
['meta', { property: "og:type", content: "website"}],
['meta', { property: "og:title", content: "Encore Tweaks: Special performance module for your device"}],
['meta', { property: "og:locale", content: "en_US"}],
['meta', { property: "og:url", content: "https://encore.rem01gaming.dev"}],
['meta', { property: "og:image", content: "ogp.png"}],
['meta', { property: "og:image", content: "/ogp.png"}],
['meta', { property: "og:site_name", content: "Encore Tweaks"}],
['meta', { property: "og:description", content: "Encore Tweaks is a free and open source performance Magisk module designed to boost device performance while playing games but keeping battery life on normal usage"}],
['meta', { property: "twitter:card", content: "summary_large_image"}],
['meta', { property: "twitter:image", content: "ogp.png"}],
['meta', { property: "twitter:image", content: "/ogp.png"}],
['meta', { property: "twitter:title", content: "Encore Tweaks: Special performance module for your device"}],
['meta', { property: "twitter:description", content: "Encore Tweaks is a free and open source performance Magisk module designed to boost device performance while playing games but keeping battery life on normal usage"}]
],
Expand Down

0 comments on commit 56641ec

Please sign in to comment.