mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-24 20:36:40 +07:00
added lazy loading to flow images
This commit is contained in:
parent
e2d870f187
commit
50f561de96
4 changed files with 18 additions and 13 deletions
|
@ -22,5 +22,14 @@ module.exports = withBundleAnalyzer(
|
|||
|
||||
/** don't try to optimize fonts */
|
||||
optimizeFonts: false,
|
||||
images: {
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: 'https',
|
||||
hostname: '*.vault48.org',
|
||||
pathname: '/**',
|
||||
},
|
||||
],
|
||||
},
|
||||
})
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue