mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-08 09:53:11 +02:00
fix: use https on youtube thumbnail image url
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user