Compare commits
6 Commits
6fcb561085
...
renovate/r
Author | SHA1 | Date | |
---|---|---|---|
0ac4fc7b65 | |||
2fedf0e6ff | |||
a14ff2f343 | |||
be9328bab5 | |||
73046d46d4 | |||
136fc06469 |
@ -34,7 +34,7 @@ const nextConfig = {
|
||||
generateEtags: true,
|
||||
reactStrictMode: true,
|
||||
swcMinify: true,
|
||||
compress: false,
|
||||
compress: true,
|
||||
poweredByHeader: false,
|
||||
experimental: {
|
||||
webpackBuildWorker: true,
|
||||
|
@ -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",
|
||||
|
5694
pnpm-lock.yaml
generated
5694
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