1.0.0 • Published 11 months ago

@codedazur/cdk-sanity-site v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
11 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

11 months ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago