Add caching for icons with an image proxy

Fixes #307
This commit is contained in:
ajnart
2022-08-01 17:12:04 +02:00
parent b4bdf3737a
commit bc05038427
3 changed files with 19 additions and 4 deletions

View File

@@ -5,6 +5,9 @@ const withBundleAnalyzer = require('@next/bundle-analyzer')({
});
module.exports = withBundleAnalyzer({
images: {
domains: ['cdn.jsdelivr.net'],
},
reactStrictMode: false,
experimental: {
outputStandalone: true,