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',
|
||||
|
||||
Reference in New Issue
Block a user