8 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
a14ff2f343 Merge branch 'master' of https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2
All checks were successful
deploy / deploy (push) Successful in 1m2s
2024-02-01 02:23:56 +00:00
be9328bab5 why was this disabled? 2024-02-01 02:23:55 +00:00
Lee
73046d46d4 Merge pull request 'fix(deps): update dependency sharp to ^0.33.0' (#42) from renovate/sharp-0.x into master
All checks were successful
deploy / deploy (push) Successful in 33s
Reviewed-on: #42
2024-02-01 02:11:11 +00:00
Lee
6fcb561085 Merge pull request 'fix(deps): update dependency lucide-react to ^0.320.0' (#41) from renovate/lucide-react-0.x into master
Some checks failed
deploy / deploy (push) Failing after 4s
Reviewed-on: #41
2024-02-01 02:11:04 +00:00
136fc06469 fix(deps): update dependency sharp to ^0.33.0 2024-02-01 02:09:38 +00:00
e6f2e6a03d fix(deps): update dependency lucide-react to ^0.320.0 2024-02-01 02:09:29 +00:00
5 changed files with 3306 additions and 2649 deletions

View File

@ -34,7 +34,7 @@ const nextConfig = {
generateEtags: true, generateEtags: true,
reactStrictMode: true, reactStrictMode: true,
swcMinify: true, swcMinify: true,
compress: false, compress: true,
poweredByHeader: false, poweredByHeader: false,
experimental: { experimental: {
webpackBuildWorker: true, webpackBuildWorker: true,

View File

@ -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.293.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",
@ -40,7 +40,7 @@
"react-dom": "^18.2.0", "react-dom": "^18.2.0",
"react-toastify": "^10.0.4", "react-toastify": "^10.0.4",
"redis": "^4.6.12", "redis": "^4.6.12",
"sharp": "^0.32.6", "sharp": "^0.33.0",
"tailwind-merge": "^2.2.1", "tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7", "tailwindcss-animate": "^1.0.7",
"websocket": "^1.0.34", "websocket": "^1.0.34",

5946
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 = { 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,

View File

@ -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"