-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: allow integration options to be undefined (#213)
* fix: allow integration options to be undefined Before this change, passing nothing to `sanity()` would result in the integration crashing because of the attempt to destructure `studioBasePath` from `undefined`. Now, we guard against this scenario be defaulting to `{}` if no config is passed, and by not using destructuring to pick and omit `studioBasePath` from the config. * fix: upgrade dependencies * chore: upgrade @astrojs/vercel
- Loading branch information
1 parent
cd5c4b4
commit 0e8924b
Showing
5 changed files
with
4,716 additions
and
1,198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.