We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7abda34 commit 7dd02a9Copy full SHA for 7dd02a9
packages/gatsby-plugin-gatsby-cloud/src/constants.js
@@ -36,3 +36,5 @@ export const CACHING_HEADERS = {
36
"/static/*": [IMMUTABLE_CACHING_HEADER],
37
"/sw.js": [NEVER_CACHE_HEADER],
38
}
39
+
40
+export const LINK_REGEX = /^(Link: <\/)(.+)(>;.+)/
0 commit comments