mirror of
https://github.com/Radiquum/AniX.git
synced 2025-04-30 09:59:41 +05:00
fix: image loading because of CloudFlare ECS block
This commit is contained in:
parent
256b310463
commit
36e131a868
3 changed files with 2 additions and 13 deletions
|
@ -5,13 +5,6 @@ module.exports = withPlausibleProxy({
|
|||
})({
|
||||
reactStrictMode: false,
|
||||
images: {
|
||||
loader: 'custom',
|
||||
loaderFile: './imageLoader.ts',
|
||||
remotePatterns: [
|
||||
{
|
||||
protocol: "https",
|
||||
hostname: "anixstatic.com",
|
||||
},
|
||||
],
|
||||
unoptimized: true,
|
||||
},
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue