chore: pull month cart data
This commit is contained in:
parent
ca38137099
commit
c57386411d
3 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,7 @@ export const onPreBuild = async ({ constants }) => {
|
|||
siteID: constants.SITE_ID,
|
||||
token: constants.NETLIFY_API_TOKEN,
|
||||
})
|
||||
|
||||
const keys = getKeys()
|
||||
const chartData = { data: [] }
|
||||
const scrobbles = getStore('scrobbles')
|
||||
|
|
Reference in a new issue