repo reset & gridsome init

This commit is contained in:
2021-07-31 12:30:22 +02:00
parent c285874dc4
commit 8c552ebf03
42 changed files with 6583 additions and 8816 deletions

13
gridsome.config.js Normal file
View File

@@ -0,0 +1,13 @@
// 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: `Gractwo`,
siteDescription: `Jesteśmy społecznością - grupą ludzi - których kręcą gry. Proste, nie?`,
siteUrl: `https://gractwo.pl`,
titleTemplate: `Gractwo: %s`,
plugins: [],
};