Closed homostellaris closed 9 months ago
@homostellaris is attempting to deploy a commit to the Datopian Team on Vercel.
A member of the Team first needs to authorize it.
@homostellaris Thanks a lot for this.🙌 I've reviewed and tested this.
I think it's good to be merged.
@homostellaris The only thing left would be to move this to the right repo, which is https://github.com/datopian/portaljs/blob/main/packages/core/src/config/default.ts, as I don't think those changes should be in Flowershow.
@mohamedsalem401 I don't think that would make sense as it's describing the flowershow config which is different to the portal config. You'll notice in siteConfig.ts that where appropriate the portal config types are being referenced but you can also see the additional properties that are specific to flowershow.
If you're worried about the failing build I think that's just due to some upstream changes that I need to include in the config.
@mohamedsalem401 the above commit should fix the build error in Vercel.
Adds a type for the user config which makes it easier to know what's possible when setting up your own Flowershow instance.
Closes #625