Unpushed stuff

This commit is contained in:
Jai A
2020-11-02 22:05:08 -07:00
parent 4b0b8d4de2
commit 5b77e78662
5 changed files with 118 additions and 0 deletions

View File

@@ -141,6 +141,32 @@
export default {
auth: false,
layout: 'home',
head: {
title: 'Privacy - Modrinth',
meta: [
{
hid: 'description',
name: 'description',
content:
'The privacy policy of Modrinth, an open source modding platform. Modrinth currently supports Minecraft, including the forge and fabric mod loaders.',
},
{
hid: 'apple-mobile-web-app-title',
name: 'apple-mobile-web-app-title',
content: 'Privacy Policy',
},
{
hid: 'og:title',
name: 'og:title',
content: 'Privacy Policy',
},
{
hid: 'og:url',
name: 'og:url',
content: `https://modrinth.com/privacy`,
},
],
},
}
</script>