4 Commits

Author SHA1 Message Date
20bb3b9618 chore(deps): update dependency @types/node to v20.11.24 2024-03-06 01:17:06 +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
4 changed files with 7 additions and 6 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,

8
pnpm-lock.yaml generated
View File

@ -114,7 +114,7 @@ devDependencies:
version: 14.1.0 version: 14.1.0
'@types/node': '@types/node':
specifier: ^20.11.14 specifier: ^20.11.14
version: 20.11.14 version: 20.11.24
'@types/react': '@types/react':
specifier: ^18.2.48 specifier: ^18.2.48
version: 18.2.48 version: 18.2.48
@ -1346,8 +1346,8 @@ packages:
resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==} resolution: {integrity: sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==}
dev: true dev: true
/@types/node@20.11.14: /@types/node@20.11.24:
resolution: {integrity: sha512-w3yWCcwULefjP9DmDDsgUskrMoOy5Z8MiwKHr1FvqGPtx7CvJzQvxD7eKpxNtklQxLruxSXWddyeRtyud0RcXQ==} resolution: {integrity: sha512-Kza43ewS3xoLgCEpQrsT+xRo/EJej1y0kVYGiLFE1NEODXGzTfwiC6tXTLMQskn1X4/Rjlh0MQUvx9W+L9long==}
dependencies: dependencies:
undici-types: 5.26.5 undici-types: 5.26.5
dev: true dev: true
@ -1373,7 +1373,7 @@ packages:
/@types/websocket@1.0.10: /@types/websocket@1.0.10:
resolution: {integrity: sha512-svjGZvPB7EzuYS94cI7a+qhwgGU1y89wUgjT6E2wVUfmAGIvRfT7obBvRtnhXCSsoMdlG4gBFGE7MfkIXZLoww==} resolution: {integrity: sha512-svjGZvPB7EzuYS94cI7a+qhwgGU1y89wUgjT6E2wVUfmAGIvRfT7obBvRtnhXCSsoMdlG4gBFGE7MfkIXZLoww==}
dependencies: dependencies:
'@types/node': 20.11.14 '@types/node': 20.11.24
dev: true dev: true
/@typescript-eslint/parser@6.20.0(eslint@8.56.0)(typescript@5.3.3): /@typescript-eslint/parser@6.20.0(eslint@8.56.0)(typescript@5.3.3):

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"