mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 04:46:40 +07:00
fixed youtube image loading
This commit is contained in:
parent
60fdced237
commit
de4207ab63
1 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,11 @@ module.exports = withBundleAnalyzer(
|
||||||
hostname: '*.vault48.org',
|
hostname: '*.vault48.org',
|
||||||
pathname: '/**',
|
pathname: '/**',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
protocol: 'https',
|
||||||
|
hostname: '*.ytimg.com',
|
||||||
|
pathname: '/**',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue