Compare commits
10 Commits
9b5d38896d
...
renovate/l
Author | SHA1 | Date | |
---|---|---|---|
622896a5a4 | |||
2fedf0e6ff | |||
a14ff2f343 | |||
be9328bab5 | |||
73046d46d4 | |||
6fcb561085 | |||
fac75f1e6a | |||
136fc06469 | |||
e6f2e6a03d | |||
c0c8b625be |
@ -34,7 +34,7 @@ const nextConfig = {
|
||||
generateEtags: true,
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
compress: false,
|
||||
compress: true,
|
||||
poweredByHeader: false,
|
||||
experimental: {
|
||||
webpackBuildWorker: true,
|
||||
|
@ -30,7 +30,7 @@
|
||||
"encoding": "^0.1.13",
|
||||
"idb-keyval": "^6.2.1",
|
||||
"infisical-node": "^1.5.1",
|
||||
"lucide-react": "^0.293.0",
|
||||
"lucide-react": "^0.370.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",
|
||||
|
5961
pnpm-lock.yaml
generated
5961
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 = {
|
||||
metadataBase: new URL(ssrSettings.siteUrl),
|
||||
title: {
|
||||
template: ssrSettings.siteName + " - %s",
|
||||
template: ssrSettings.siteNameShort + " - %s",
|
||||
default: ssrSettings.siteName,
|
||||
},
|
||||
description: ssrSettings.description,
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user