Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jul 17, 2022
1 parent 1b33154 commit 933d3c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build-js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export async function buildJs (src, dest, siteData, opts) {
if (page.clientBundle) entryPoints.push(join(src, page.clientBundle.relname))
}

const globalVars = JSON.strigify(await resolveVars(siteData?.globalVars?.filepath))
const globalVars = JSON.stringify(await resolveVars(siteData?.globalVars?.filepath))
const buildOpts = {
entryPoints,
logLevel: 'silent',
Expand Down

0 comments on commit 933d3c2

Please sign in to comment.