12 Commits

Author SHA1 Message Date
73104f2d02 fix(deps): update dependency @heroicons/react to v2.1.3 2024-04-17 00:57:59 +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
Lee
fac75f1e6a Merge pull request 'chore(deps): update dependency eslint-config-next to v14.1.0' (#43) from renovate/nextjs-monorepo into master
Some checks failed
deploy / deploy (push) Failing after 5s
Reviewed-on: #43
2024-02-01 02:10:56 +00:00
Lee
9b5d38896d Merge pull request 'fix(deps): update dependency date-fns to v3' (#44) from renovate/date-fns-3.x into master
Some checks failed
deploy / deploy (push) Has been cancelled
Reviewed-on: #44
2024-02-01 02:10:48 +00:00
1b42f9f6d9 fix(deps): update dependency date-fns to v3 2024-02-01 02:09:43 +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
c0c8b625be chore(deps): update dependency eslint-config-next to v14.1.0 2024-02-01 02:09:25 +00:00
5 changed files with 3312 additions and 2669 deletions

View File

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

View File

@ -26,11 +26,11 @@
"clsx": "^2.1.0",
"country-list": "^2.3.0",
"critters": "^0.0.20",
"date-fns": "^2.30.0",
"date-fns": "^3.0.0",
"encoding": "^0.1.13",
"idb-keyval": "^6.2.1",
"infisical-node": "^1.5.1",
"lucide-react": "^0.293.0",
"lucide-react": "^0.320.0",
"next": "^14.1.0",
"next-build-id": "^3.0.0",
"next-sitemap": "^4.2.3",
@ -40,7 +40,7 @@
"react-dom": "^18.2.0",
"react-toastify": "^10.0.4",
"redis": "^4.6.12",
"sharp": "^0.32.6",
"sharp": "^0.33.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"websocket": "^1.0.34",
@ -55,7 +55,7 @@
"autoprefixer": "^10.4.17",
"cross-env": "^7.0.3",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.33",
"prettier": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.11",

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