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