1.0.0 • Published 10 months ago

@codedazur/cdk-sanity-site v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

SanitySite

This construct is simply a StaticSite with the addition of a CloudFront ViewerRequest Function to rewrite requests to the index.html file, since Sanity is compiled to a single route.

new SanitySite(this, "Sanity", {
  src: "../sanity/dist",
});

For more information on usage and configuration, please refer to the StaticSite readme.

1.0.0

10 months ago

0.1.2

12 months ago

0.1.1

12 months ago

0.1.0

12 months ago