1
0
Fork 0
gaiety-life/gridsome.config.js
Tommy Vedvik f39e868241 Init
2019-02-26 14:28:10 +01:00

10 lines
No EOL
304 B
JavaScript

// This is where project configuration and plugin options are located.
// Learn more: https://gridsome.org/docs/config
// Changes here requires a server restart.
// To restart press CTRL + C in terminal and run `gridsome develop`
module.exports = {
siteName: 'Gridsome Blog Starter',
plugins: []
}