From 1dea6e424955ac2e932cd78c013ff8b4dd8993d4 Mon Sep 17 00:00:00 2001 From: Doobly Date: Sat, 6 Jun 2026 16:10:10 +1000 Subject: [PATCH] swap cdn link --- app/(home)/HomeBannerClient.tsx | 20 ++++++++++---------- app/changelog/buildComponent.tsx | 2 +- app/globals.css | 2 +- app/layout.tsx | 2 +- next.config.js | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/app/(home)/HomeBannerClient.tsx b/app/(home)/HomeBannerClient.tsx index f3247f3..8ddb769 100644 --- a/app/(home)/HomeBannerClient.tsx +++ b/app/(home)/HomeBannerClient.tsx @@ -4,16 +4,16 @@ import layoutChildren from "../../types/layoutChildren"; import {useEffect, useState} from "react"; const images: string[] = [ - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/bar-engine.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/clowns.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/conveyor.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/df.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/go-outsid.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/honk.jpg", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/hugger.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/lemons.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/shuttlecrash.png", - "https://unitystationfile.b-cdn.net/Website-Statics/heroImages/chairs.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/bar-engine.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/clowns.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/conveyor.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/df.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/go-outsid.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/honk.jpg", + "https://cdn.unitystation.org/Website-Statics/heroImages/hugger.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/lemons.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/shuttlecrash.png", + "https://cdn.unitystation.org/Website-Statics/heroImages/chairs.jpg", ]; let currentIndex = 0; diff --git a/app/changelog/buildComponent.tsx b/app/changelog/buildComponent.tsx index 1f054d9..f327f3b 100644 --- a/app/changelog/buildComponent.tsx +++ b/app/changelog/buildComponent.tsx @@ -89,7 +89,7 @@ const DownloadBuildDropdown = (props: { version: string }) => { {platforms.map((platform) => (