Turn off dev mode in production, work on mod pages

This commit is contained in:
Jai A
2020-10-19 22:02:29 -07:00
parent 8cd4cc7d0d
commit 39f29399e7
7 changed files with 1057 additions and 753 deletions

View File

@@ -43,7 +43,7 @@ export default {
{
hid: 'og:image',
name: 'og:image',
content: 'https://cdn.modrinth.com/file/modrinth/modrinth.png',
content: 'https://cdn.modrinth.com/modrinth.png',
},
// Twitter
@@ -67,7 +67,7 @@ export default {
{
hid: 'twitter:image',
name: 'twitter:image',
content: 'https://cdn.modrinth.com/file/modrinth/modrinth.png',
content: 'https://cdn.modrinth.com/modrinth.png',
},
],
link: [
@@ -96,7 +96,7 @@ export default {
vue: {
config: {
productionTip: false,
devtools: true,
devtools: false,
},
},