1
0
Fork 0
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:
Fedor Katurov 2022-12-19 17:11:23 +06:00
parent 60fdced237
commit de4207ab63

View file

@ -29,6 +29,11 @@ module.exports = withBundleAnalyzer(
hostname: '*.vault48.org', hostname: '*.vault48.org',
pathname: '/**', pathname: '/**',
}, },
{
protocol: 'https',
hostname: '*.ytimg.com',
pathname: '/**',
},
], ],
}, },
}) })