add shortened name for site name
All checks were successful
deploy / deploy (push) Successful in 1m8s
All checks were successful
deploy / deploy (push) Successful in 1m8s
This commit is contained in:
parent
a14ff2f343
commit
2fedf0e6ff
@ -18,7 +18,7 @@ export const viewport: Viewport = {
|
|||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
metadataBase: new URL(ssrSettings.siteUrl),
|
metadataBase: new URL(ssrSettings.siteUrl),
|
||||||
title: {
|
title: {
|
||||||
template: ssrSettings.siteName + " - %s",
|
template: ssrSettings.siteNameShort + " - %s",
|
||||||
default: ssrSettings.siteName,
|
default: ssrSettings.siteName,
|
||||||
},
|
},
|
||||||
description: ssrSettings.description,
|
description: ssrSettings.description,
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"siteName": "ScoreSaber Reloaded",
|
"siteName": "ScoreSaber Reloaded",
|
||||||
|
"siteNameShort": "SSR",
|
||||||
"description": "Scoresaber Reloaded is a new way to view your scores and get more stats about your and your plays",
|
"description": "Scoresaber Reloaded is a new way to view your scores and get more stats about your and your plays",
|
||||||
"siteUrl": "https://ssr.fascinated.cc",
|
"siteUrl": "https://ssr.fascinated.cc",
|
||||||
"proxy": "https://proxy.fascinated.cc"
|
"proxy": "https://proxy.fascinated.cc"
|
||||||
|
Loading…
Reference in New Issue
Block a user