ChandimaPrabath commited on
Commit
74841d4
1 Parent(s): 255daa0
Files changed (1) hide show
  1. frontend/next.config.mjs +5 -4
frontend/next.config.mjs CHANGED
@@ -1,9 +1,10 @@
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
- images: {
4
- domains: ['artworks.thetvdb.com'],
5
- cacheDirectory: '/tmp/app/.next/cache'
6
- },
 
7
  };
8
 
9
  export default nextConfig;
 
1
  /** @type {import('next').NextConfig} */
2
  const nextConfig = {
3
+ images: {
4
+ loader: "default",
5
+ domains: ["artworks.thetvdb.com"],
6
+ cacheDirPath: "/tmp/app/.next/cache",
7
+ },
8
  };
9
 
10
  export default nextConfig;