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 6146df3 commit a8bf4c1Copy full SHA for a8bf4c1
gridsome.config.js
@@ -1,7 +1,10 @@
1
// This is where project configuration and installed plugin options are located.
2
// Learn more: https://gridsome.org/docs/config
3
4
+// Changes here requires a server restart to work properly.
5
+// To restart press CTRL + C in terminal and run `gridsome develop`
6
+
7
module.exports = {
8
siteName: 'Gridsome',
9
plugins: []
-}
10
+}
0 commit comments