This commit is contained in:
Geometrically
2021-01-01 11:47:41 -07:00

View File

@@ -146,6 +146,11 @@ export default {
return this.formatNumber(sum) return this.formatNumber(sum)
}, },
}, },
head() {
return {
title: this.user.username + ' - Modrinth',
}
},
} }
</script> </script>