context.site is undefined when using the "--site https://foo.com" CLI argument #11731
Labels
- P4: important
Violate documented behavior or significantly impacts performance (priority)
regression
Astro Info
If this issue only occurs in one browser, which browser is a problem?
all
Describe the Bug
When using the "--site" option, the site should be available through the APIContext, but it now returns undefined. This was working correctly in
4.13.3
.What's the expected result?
The APIContext.site field should not be undefined.
Link to Minimal Reproducible Example
https://stackblitz.com/edit
Participation
The text was updated successfully, but these errors were encountered: