From 8a497faaf7072345b3a2a501e87a092287a2cde9 Mon Sep 17 00:00:00 2001 From: AzenKain Date: Tue, 17 Mar 2026 18:01:28 +0700 Subject: [PATCH] UPDATE: New data 4.1.5 --- next.config.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/next.config.ts b/next.config.ts index 919ec06..63881a2 100644 --- a/next.config.ts +++ b/next.config.ts @@ -26,12 +26,7 @@ const nextConfig: NextConfig = { }, { protocol: "https", - hostname: "cdn.kain.id.vn", - pathname: "**", - }, - { - protocol: "https", - hostname: "r2.kain.id.vn", + hostname: "cdn.punklorde.org", pathname: "**", } ], @@ -40,7 +35,7 @@ const nextConfig: NextConfig = { styledComponents: true, }, env: { - CDN_URL: "https://r2.kain.id.vn/asbres", + CDN_URL: "https://cdn.punklorde.org/asbres", }, };