Skip to content

Commit 51d64e5

Browse files
authored
Update Footer.vue
1 parent 413e580 commit 51d64e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP);
5353
const siteAuthor = ref(import.meta.env.VITE_SITE_AUTHOR);
5454
const siteUrl = computed(() => {
5555
const url = import.meta.env.VITE_SITE_URL;
56-
if (!url) return "https://www.imsyy.top";
56+
if (!url) return "https://xhsr.org.cn";
5757
// 判断协议前缀
5858
if (!url.startsWith("http://") && !url.startsWith("https://")) {
5959
return "//" + url;

0 commit comments

Comments
 (0)