10 lines
No EOL
304 B
JavaScript
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: []
|
|
} |