Skip to content

Commit 41b9620

Browse files
author
Andrei Jiroh Eugenio Halili
committed
Enabled some dev flags + add public dir to gitignore
1 parent b52def7 commit 41b9620

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ dist/
104104
.cache/
105105
# Comment in the public line in if your project uses Gatsby and not Next.js
106106
# https://nextjs.org/blog/next-9-1#public-directory-support
107-
#public
107+
public
108108

109109
# vuepress build output
110110
.vuepress/dist

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
module.exports = {
2+
flags: {
3+
// Only enable experimental flags at your own risk.
4+
DEV_SSR: true,
5+
PRESERVE_WEBPACK_CACHE: true,
6+
PRESERVE_FILE_DOWNLOAD_CACHE: true,
7+
FAST_DEV: true,
8+
},
29
siteMetadata: {
310
siteTitle: `Code Server Boilerplates Docs | The Pins Team`,
411
defaultTitle: `Code Server Boilerplates Docs | The Pins Team`,

0 commit comments

Comments
 (0)