fix: image loading because of CloudFlare ECS block

This commit is contained in:
Kentai Radiquum 2024-11-17 01:09:21 +05:00
parent 256b310463
commit 36e131a868
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
3 changed files with 2 additions and 13 deletions

View file

@ -5,13 +5,6 @@ module.exports = withPlausibleProxy({
})({
reactStrictMode: false,
images: {
loader: 'custom',
loaderFile: './imageLoader.ts',
remotePatterns: [
{
protocol: "https",
hostname: "anixstatic.com",
},
],
unoptimized: true,
},
});