Fix head attr for version pages

This commit is contained in:
Jai A
2022-02-27 19:00:35 -07:00
parent bc54e536af
commit 0f81986684

View File

@@ -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>