Skip to content

Commit 795d638

Browse files
committed
Chore: Offload large files to static directory
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 2748283 commit 795d638

8 files changed

+6
-2
lines changed

gatsby-config.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@ const devFlags = isDevelopment
1313
PRESERVE_FILE_DOWNLOAD_CACHE: true,
1414
}
1515
: {};
16-
16+
console.info(`Build Environment: "${process.env.NODE_ENV}"`);
17+
collectionIgnoreGlobs == [] ?
18+
console.info(`Build Scope exludes: "${process.env.BUILD_FULL_SITE}"`)
19+
:
20+
console.info("Build Scope includes all collections");
1721
module.exports = {
1822
siteMetadata: {
1923
title: "Layer5 - Expect more from your infrastructure",
@@ -26,7 +30,7 @@ module.exports = {
2630
twitterUsername: "@layer5",
2731
},
2832
flags: {
29-
FAST_DEV: true,
33+
FAST_DEV: false,
3034
DEV_SSR: false,
3135
...devFlags,
3236
},
7.68 MB
Loading
Binary file not shown.

0 commit comments

Comments
 (0)