Skip to content

Commit

Permalink
Revert "some discord embed meta tags"
Browse files Browse the repository at this point in the history
This reverts commit 2619734.
  • Loading branch information
beer-psi committed Jan 22, 2024
1 parent 2619734 commit b3b066f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,7 @@ export default defineConfig({
description: "An unofficial repository of extensions for Tachiyomi and variants.",
cleanUrls: true,
transformHead: (context) => {
context.head.push(
['meta', { name: 'robots', content: 'noindex, nofollow' }],
['meta', { property: 'og:title', content: 'Keiyoushi' }],
['meta', { property: 'og:description', content: 'A repository of unofficial Tachiyomi extensions.' }],
['meta', { property: 'og:image', content: '/android-chrome-192x192.png' }],
['meta', { name: 'theme-color', content: '#2e84bf' }],
);
context.head.push(['meta', { name: 'robots', content: 'noindex, nofollow' }]);
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down

0 comments on commit b3b066f

Please sign in to comment.