diff --git a/plugins/fetch-scrobbles/index.js b/plugins/fetch-scrobbles/index.js index a860363a..6e98fef2 100644 --- a/plugins/fetch-scrobbles/index.js +++ b/plugins/fetch-scrobbles/index.js @@ -2,6 +2,7 @@ import { getStore } from '@netlify/blobs' import fs from 'fs' export const onPreBuild = async ({ constants }) => { + console.log(constants) const scrobbles = getStore('scrobbles', { siteID: constants.SITE_ID, token: constants.NETLIFY_API_TOKEN,