You've already forked AstralRinth
forked from didirus/AstralRinth
Bug Fixes
This commit is contained in:
@@ -66,12 +66,12 @@ export default {
|
||||
{
|
||||
hid: 'apple-mobile-web-app-title',
|
||||
name: 'apple-mobile-web-app-title',
|
||||
content: this.mod.title + ' - Modrinth',
|
||||
content: this.mod.title,
|
||||
},
|
||||
{
|
||||
hid: 'og:site_name',
|
||||
name: 'og:site_name',
|
||||
content: this.mod.title + ' - Modrinth',
|
||||
content: this.mod.title,
|
||||
},
|
||||
{
|
||||
hid: 'og:description',
|
||||
|
||||
@@ -119,12 +119,12 @@ export default {
|
||||
{
|
||||
hid: 'apple-mobile-web-app-title',
|
||||
name: 'apple-mobile-web-app-title',
|
||||
content: this.mod.title + ' - Modrinth',
|
||||
content: this.mod.title,
|
||||
},
|
||||
{
|
||||
hid: 'og:site_name',
|
||||
name: 'og:site_name',
|
||||
content: this.mod.title + ' - Modrinth',
|
||||
content: this.mod.title,
|
||||
},
|
||||
{
|
||||
hid: 'og:description',
|
||||
|
||||
@@ -395,7 +395,7 @@ export default {
|
||||
if (this.selectedVersions.length > 0) {
|
||||
const versionFacets = []
|
||||
for (const facet of this.selectedVersions) {
|
||||
versionFacets.push('version:' + facet)
|
||||
versionFacets.push('versions:' + facet)
|
||||
}
|
||||
formattedFacets.push(versionFacets)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user