diff --git a/utils/index.js b/utils/index.js index 5518ecf..78e61b9 100644 --- a/utils/index.js +++ b/utils/index.js @@ -2,7 +2,7 @@ import {v4 as uuidv4} from 'uuid' export const TMDB_ENDPOINT = "https://api.themoviedb.org/3" export const TMDB_API_KEY = "d0e6107be30f2a3cb0a34ad2a90ceb6f" -export const TMDB_IMAGE_ENDPOINT = 'https://image.tmdb.org/t/p/original' +export const TMDB_IMAGE_ENDPOINT = 'https://image.tmdb.org/t/p/w500' export const pathToSearchAll = '/search/'