This commit is contained in:
Justin Edmund 2022-12-26 09:51:36 -08:00
parent 3a94049595
commit bfd73ec044

View file

@ -2,5 +2,5 @@ import { YoutubeAPIClient } from 'youtube-api-v3-wrapper'
export const youtube = new YoutubeAPIClient(
'key',
process.env.NEXT_PUBLIC_YOUTUBE_API_KEY
process.env.NEXT_PUBLIC_YOUTUBE_API_KEY ? ''
)