File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ import { ContentWrapper } from "$lib/utils/api";
1212
1313const contentfulPreviewSearchParam = "preview" ;
1414
15- const CONTENTFUL_DELIVERY_KEY : string | undefined = env . CONTENTFUL_DELIVERY_KEY ;
16- const CONTENTFUL_PREVIEW_FLAG : string | undefined = env . CONTENTFUL_PREVIEW_FLAG ;
17- const CONTENTFUL_PREVIEW_KEY : string | undefined = env . CONTENTFUL_PREVIEW_KEY ;
18- const CONTENTFUL_SPACE_ID : string | undefined = env . CONTENTFUL_SPACE_ID ;
15+ const CONTENTFUL_DELIVERY_KEY = env . CONTENTFUL_DELIVERY_KEY ;
16+ const CONTENTFUL_PREVIEW_FLAG = env . CONTENTFUL_PREVIEW_FLAG ;
17+ const CONTENTFUL_PREVIEW_KEY = env . CONTENTFUL_PREVIEW_KEY ;
18+ const CONTENTFUL_SPACE_ID = env . CONTENTFUL_SPACE_ID ;
1919
2020const isPreview = ( url : URL ) =>
2121 url . searchParams . get ( contentfulPreviewSearchParam ) ===
You can’t perform that action at this time.
0 commit comments