mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36: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',
|
||||
pathname: '/**',
|
||||
},
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: '*.ytimg.com',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue