Files
pdev/gridsome.config.js
2022-09-30 21:12:12 -05:00

13 lines
349 B
JavaScript

// This is where project configuration and plugin options are located.
// Learn more: https://gridsome.org/docs/config
// Changes here require a server restart.
// To restart press CTRL + C in terminal and run `gridsome develop`
module.exports = {
siteName: 'pdev',
siteUrl: 'https://pdev.dev',
icon: './static/favicon.png',
plugins: []
}