Skip to content

Commit 37e4b64

Browse files
committed
remove unused constants
1 parent f4c098f commit 37e4b64

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/constants.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ export const CACHING_HEADERS = {
3535
export const LINK_REGEX = /^(Link: <\/)(.+)(>;.+)/
3636
export const ROOT_WILDCARD = `/*`
3737

38-
export const COMMON_BUNDLES = [`commons`, `app`]
39-
4038
export const HEADER_COMMENT = `## Created with gatsby-plugin-netlify`
4139

42-
export const PAGE_DATA_DIR = `page-data/`
43-
4440
export const PAGE_COUNT_WARN = 1000

0 commit comments

Comments
 (0)