Fix a lot of bugs - see description (#343)

This commit is contained in:
Geometrically
2022-01-17 21:49:34 -07:00
committed by GitHub
parent 1345f996da
commit 98c85441f8
10 changed files with 91 additions and 45 deletions

View File

@@ -27,7 +27,7 @@ export default {
hid: 'description',
name: 'description',
content:
'Modrinth is a _type distribution platform. Modrinth is modern, easy to use, and built for modders. Modrinth currently supports Minecraft, including Forge and Fabric mod loaders.',
'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.',
},
{
@@ -282,7 +282,7 @@ export default {
},
publicRuntimeConfig: {
axios: {
browserBaseURL: process.env.BROWSER_BASE_URL,
browserBaseURL: process.env.BASE_URL,
},
ads: {
ghostMode: process.env.ENABLE_ADS == null,