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 b52def7 commit 41b9620Copy full SHA for 41b9620
.gitignore
@@ -104,7 +104,7 @@ dist/
104
.cache/
105
# Comment in the public line in if your project uses Gatsby and not Next.js
106
# https://nextjs.org/blog/next-9-1#public-directory-support
107
-#public
+public
108
109
# vuepress build output
110
.vuepress/dist
gatsby-config.js
@@ -1,4 +1,11 @@
1
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
+ },
9
siteMetadata: {
10
siteTitle: `Code Server Boilerplates Docs | The Pins Team`,
11
defaultTitle: `Code Server Boilerplates Docs | The Pins Team`,
0 commit comments