2 Commits

Author SHA1 Message Date
622896a5a4 fix(deps): update dependency lucide-react to ^0.370.0 2024-04-17 15:03:38 +00:00
2fedf0e6ff add shortened name for site name
All checks were successful
deploy / deploy (push) Successful in 1m8s
2024-02-01 03:20:44 +00:00
4 changed files with 3157 additions and 2495 deletions

View File

@ -30,7 +30,7 @@
"encoding": "^0.1.13",
"idb-keyval": "^6.2.1",
"infisical-node": "^1.5.1",
"lucide-react": "^0.320.0",
"lucide-react": "^0.370.0",
"next": "^14.1.0",
"next-build-id": "^3.0.0",
"next-sitemap": "^4.2.3",

5389
pnpm-lock.yaml generated

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@ export const viewport: Viewport = {
export const metadata: Metadata = {
metadataBase: new URL(ssrSettings.siteUrl),
title: {
template: ssrSettings.siteName + " - %s",
template: ssrSettings.siteNameShort + " - %s",
default: ssrSettings.siteName,
},
description: ssrSettings.description,

View File

@ -1,5 +1,6 @@
{
"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",
"siteUrl": "https://ssr.fascinated.cc",
"proxy": "https://proxy.fascinated.cc"