Fix creation + make it more accessible. Also added User Pages. User Context Menu moved to settings cog

This commit is contained in:
Jai A
2020-10-17 11:28:05 -07:00
parent e95643f198
commit 608ab8f4ad
12 changed files with 209 additions and 104 deletions

View File

@@ -9,6 +9,9 @@ export default {
** See https://nuxtjs.org/api/configuration-head
*/
head: {
htmlAttrs: {
lang: 'en',
},
title: 'Modrinth',
meta: [
{ charset: 'utf-8' },
@@ -131,7 +134,7 @@ export default {
ackee: {
server: 'https://analytics.modrinth.com',
domainId: '1840cc3a-64b1-431e-97a4-c122bb64d4c0',
ignoreLocalhost: false,
ignoreLocalhost: true,
detailed: true,
},
robots: {