Skip to content

Commit badd466

Browse files
authored
chore(query-on-demand): prerun query for homepage for initial run (#28538)
1 parent 7e734cc commit badd466

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/gatsby/src/commands/develop-process.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ module.exports = async (program: IDevelopArgs): Promise<void> => {
132132
program,
133133
parentSpan,
134134
app,
135+
pendingQueryRuns: new Set([`/`]),
135136
})
136137

137138
const service = interpret(machine)

0 commit comments

Comments
 (0)