Compare commits
2 Commits
a14ff2f343
...
renovate/l
Author | SHA1 | Date | |
---|---|---|---|
622896a5a4 | |||
2fedf0e6ff |
@ -30,7 +30,7 @@
|
|||||||
"encoding": "^0.1.13",
|
"encoding": "^0.1.13",
|
||||||
"idb-keyval": "^6.2.1",
|
"idb-keyval": "^6.2.1",
|
||||||
"infisical-node": "^1.5.1",
|
"infisical-node": "^1.5.1",
|
||||||
"lucide-react": "^0.320.0",
|
"lucide-react": "^0.370.0",
|
||||||
"next": "^14.1.0",
|
"next": "^14.1.0",
|
||||||
"next-build-id": "^3.0.0",
|
"next-build-id": "^3.0.0",
|
||||||
"next-sitemap": "^4.2.3",
|
"next-sitemap": "^4.2.3",
|
||||||
|
5385
pnpm-lock.yaml
generated
5385
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@ -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"
|
||||||
|
Reference in New Issue
Block a user