diff --git a/helpers/api/youtube/build.js b/helpers/api/youtube/build.js index f6515e5..0ef5f76 100644 --- a/helpers/api/youtube/build.js +++ b/helpers/api/youtube/build.js @@ -4,7 +4,7 @@ import { google } from 'googleapis' import { playlists, benchmarksPlaylistId } from './playlists.js' -const youtubeVideoPath = './static/api/youtube-videos.json' +export const youtubeVideoPath = './static/api/youtube-videos.json' async function getPlaylistsItems ( { playlistId } = {} ) {