gridsome.config.js 287 B

12345678910
  1. // This is where project configuration and plugin options are located.
  2. // Learn more: https://gridsome.org/docs/config
  3. // Changes here require a server restart.
  4. // To restart press CTRL + C in terminal and run `gridsome develop`
  5. module.exports = {
  6. siteName: 'Popsu',
  7. plugins: []
  8. }