site.config.json
Torey Heinz
committed Apr 13, 2020
commit 4a3e32370a213cfbe082a14171cde58267c7f24c
Showing 1
changed file with
1 additions
and 1 deletions
gridsome.config.js
+1
-1
| @@ | @@ -4,7 +4,7 @@ |
| // Changes here require a server restart. | |
| // To restart press CTRL + C in terminal and run `gridsome develop` | |
| - | const config = require("../content/site.config.json") |
| + | const config = require("./content/site.config.json") |
| module.exports = { | |
| siteName: config.siteName, | |
| plugins: [ | |