Skip to content

Commit

Permalink
Update Footer.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
100759 authored Sep 4, 2024
1 parent a313a19 commit ce01015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const siteIcp = ref(import.meta.env.VITE_SITE_ICP);
const siteAuthor = ref(import.meta.env.VITE_SITE_AUTHOR);
const siteUrl = computed(() => {
const url = import.meta.env.VITE_SITE_URL;
if (!url) return "https://www.imsyy.top";
if (!url) return "https://fuheng.icu";
// 判断协议前缀
if (!url.startsWith("http://") && !url.startsWith("https://")) {
return "//" + url;
Expand Down

0 comments on commit ce01015

Please sign in to comment.