Skip to content

Commit

Permalink
chore(query-on-demand): prerun query for homepage for initial run (#2…
Browse files Browse the repository at this point in the history
  • Loading branch information
pieh committed Dec 9, 2020
1 parent 7e734cc commit badd466
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/gatsby/src/commands/develop-process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ module.exports = async (program: IDevelopArgs): Promise<void> => {
program,
parentSpan,
app,
pendingQueryRuns: new Set([`/`]),
})

const service = interpret(machine)
Expand Down

0 comments on commit badd466

Please sign in to comment.