Update embed, homepage and project creation fixes (#356)

This commit is contained in:
Geometrically
2022-02-21 16:29:13 -07:00
committed by GitHub
parent 0146a077e8
commit b8b942cdae
4 changed files with 31 additions and 41 deletions

View File

@@ -14,7 +14,7 @@ export default {
htmlAttrs: {
lang: 'en',
},
title: 'Modrinth',
title: 'Modrinth: Download and publish Minecraft Mods',
meta: [
{
charset: 'utf-8',
@@ -27,7 +27,7 @@ export default {
hid: 'description',
name: 'description',
content:
'Modrinth is a mod distribution platform. Modrinth is modern, easy to use, and built for modders. Modrinth currently supports Minecraft, including Forge and Fabric mod loaders.',
'Download Minecraft Fabric and Forge mods on Modrinth. Discover and publish projects on Modrinth with a modern, easy to use interface and API.',
},
{
@@ -79,7 +79,7 @@ export default {
{
hid: 'og:image',
name: 'og:image',
content: 'https://cdn.modrinth.com/modrinth.png',
content: 'https://cdn.modrinth.com/modrinth-new.png',
},
{
hid: 'twitter:card',
@@ -218,11 +218,13 @@ export default {
exclude: [
'/settings/**',
'/settings',
'notifications',
'moderation',
'search',
'/notifications',
'/moderation',
'/search',
'/search/**',
'/create/**',
],
routes: ['mods', 'modpacks'],
},
/*
** Axios module configuration