We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c098f commit 37e4b64Copy full SHA for 37e4b64
src/constants.ts
@@ -35,10 +35,6 @@ export const CACHING_HEADERS = {
35
export const LINK_REGEX = /^(Link: <\/)(.+)(>;.+)/
36
export const ROOT_WILDCARD = `/*`
37
38
-export const COMMON_BUNDLES = [`commons`, `app`]
39
-
40
export const HEADER_COMMENT = `## Created with gatsby-plugin-netlify`
41
42
-export const PAGE_DATA_DIR = `page-data/`
43
44
export const PAGE_COUNT_WARN = 1000
0 commit comments