add config file
All checks were successful
deploy / deploy (push) Successful in 58s

This commit is contained in:
Lee
2023-10-22 08:36:08 +01:00
parent 297fd882da
commit 319c4c13ea
4 changed files with 14 additions and 6 deletions

View File

@ -1,3 +1,4 @@
import { SSRSettings } from "@/ssrSettings";
import { isProduction } from "@/utils/utils";
const buttons = [
@ -21,7 +22,7 @@ export default function Footer() {
className="transform-gpu transition-all hover:text-blue-500"
href="https://git.fascinated.cc/Fascinated/scoresaber-reloaded-v2"
>
Scoresaber Reloaded
{SSRSettings.siteName}
</a>
{buttons.map((button, index) => {