Compare commits
12 Commits
ae482a48c0
...
renovate/l
Author | SHA1 | Date | |
---|---|---|---|
622896a5a4 | |||
2fedf0e6ff | |||
a14ff2f343 | |||
be9328bab5 | |||
73046d46d4 | |||
6fcb561085 | |||
fac75f1e6a | |||
9b5d38896d | |||
1b42f9f6d9 | |||
136fc06469 | |||
e6f2e6a03d | |||
c0c8b625be |
@ -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,
|
||||||
|
@ -26,11 +26,11 @@
|
|||||||
"clsx": "^2.1.0",
|
"clsx": "^2.1.0",
|
||||||
"country-list": "^2.3.0",
|
"country-list": "^2.3.0",
|
||||||
"critters": "^0.0.20",
|
"critters": "^0.0.20",
|
||||||
"date-fns": "^2.30.0",
|
"date-fns": "^3.0.0",
|
||||||
"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",
|
||||||
@ -55,7 +55,7 @@
|
|||||||
"autoprefixer": "^10.4.17",
|
"autoprefixer": "^10.4.17",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.56.0",
|
"eslint": "^8.56.0",
|
||||||
"eslint-config-next": "14.0.3",
|
"eslint-config-next": "14.1.0",
|
||||||
"postcss": "^8.4.33",
|
"postcss": "^8.4.33",
|
||||||
"prettier": "^3.2.4",
|
"prettier": "^3.2.4",
|
||||||
"prettier-plugin-tailwindcss": "^0.5.11",
|
"prettier-plugin-tailwindcss": "^0.5.11",
|
||||||
|
5716
pnpm-lock.yaml
generated
5716
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