diff --git a/src/.vuepress/theme/components/blog/LinkCard.vue b/src/.vuepress/theme/components/blog/LinkCard.vue index d4f863d3..2ffbdc04 100644 --- a/src/.vuepress/theme/components/blog/LinkCard.vue +++ b/src/.vuepress/theme/components/blog/LinkCard.vue @@ -116,7 +116,7 @@ export default { const id = newPath.searchParams.get('v') || newPath.searchParams.get('list') - return `http://img.youtube.com/vi/${id}/0.jpg` + return `https://img.youtube.com/vi/${id}/0.jpg` }, }, methods: {