Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.

Commit

Permalink
Fix head attr for version pages
Browse files Browse the repository at this point in the history
  • Loading branch information
Geometrically committed Feb 28, 2022
1 parent bc54e53 commit 0f81986
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions pages/_type/_id/version/_version/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,6 @@
<script>
export default {
auth: false,
head: {
title: 'Mods - Modrinth',
meta: [
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: 'Mods',
},
{
hid: 'og:title',
name: 'og:title',
content: 'Mods',
},
{
hid: 'og:url',
name: 'og:url',
content: `https://modrinth.com/mods`,
},
],
},
}
</script>

Expand Down

0 comments on commit 0f81986

Please sign in to comment.