You've already forked AstralRinth
forked from didirus/AstralRinth
Fix head attr for version pages
This commit is contained in:
@@ -4,26 +4,6 @@
|
|||||||
<script>
|
<script>
|
||||||
export default {
|
export default {
|
||||||
auth: false,
|
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>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user