diff --git a/packages/prerender-proxy/index.ts b/packages/prerender-proxy/index.ts index f1f5de5b..56baba5b 100644 --- a/packages/prerender-proxy/index.ts +++ b/packages/prerender-proxy/index.ts @@ -2,6 +2,13 @@ import { PrerenderLambda } from "./lib/prerender-lambda-construct"; import { PrerenderFunction } from "./lib/prerender-construct"; import { PrerenderCheckFunction } from "./lib/prerender-check-construct"; import { ErrorResponseFunction } from "./lib/error-response-construct"; -import { CloudFrontCacheControl } from "./lib/prerender-cf-cache-control-construct" +import { CloudFrontCacheControl, CloudFrontCacheControlOptions } from "./lib/prerender-cf-cache-control-construct" -export { PrerenderLambda, PrerenderFunction, PrerenderCheckFunction, ErrorResponseFunction, CloudFrontCacheControl }; +export { + PrerenderLambda, + PrerenderFunction, + PrerenderCheckFunction, + ErrorResponseFunction, + CloudFrontCacheControl, + CloudFrontCacheControlOptions + }; \ No newline at end of file