We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 413e580 commit 51d64e5Copy full SHA for 51d64e5
src/components/Footer.vue
@@ -53,7 +53,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP);
53
const siteAuthor = ref(import.meta.env.VITE_SITE_AUTHOR);
54
const siteUrl = computed(() => {
55
const url = import.meta.env.VITE_SITE_URL;
56
- if (!url) return "https://www.imsyy.top";
+ if (!url) return "https://xhsr.org.cn";
57
// 判断协议前缀
58
if (!url.startsWith("http://") && !url.startsWith("https://")) {
59
return "//" + url;
0 commit comments