Add Prowlarr widget

This commit is contained in:
Francisco Coelho 2022-09-12 17:56:04 +01:00
parent 406358aae9
commit b5538655e0
16 changed files with 138 additions and 1 deletions

View file

@ -7,6 +7,7 @@ const nextConfig = {
domains: ["cdn.jsdelivr.net"],
unoptimized: true,
},
experimental: { images: { allowFutureImage: true } }
};
module.exports = nextConfig;