[add] initial commit

This commit is contained in:
2022-09-30 21:05:45 -05:00
commit 366ae365ab
27 changed files with 10348 additions and 0 deletions

12
gridsome.config.js Normal file
View File

@@ -0,0 +1,12 @@
// 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: []
}