From 2d31fbde95bbbe94a53af3a7517cbd2534cdcbfa Mon Sep 17 00:00:00 2001 From: Techit Thawiang Date: Mon, 27 Oct 2025 18:48:16 +0700 Subject: [PATCH] change dismissible banner data url --- app/components/web-dismissible-global-banner.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/web-dismissible-global-banner.vue b/app/components/web-dismissible-global-banner.vue index e6c609a..4930b51 100644 --- a/app/components/web-dismissible-global-banner.vue +++ b/app/components/web-dismissible-global-banner.vue @@ -45,7 +45,7 @@ interface WebBannerData { onMounted(async () => { try { - const data = await $fetch('https://files.thawia.ng/files/config/web/banner/tmp/index.json') + const data = await $fetch('https://files.techit.win/files/config/web/banner/tmp/index.json') if (!data) return