repo reset & gridsome init
This commit is contained in:
13
gridsome.config.js
Normal file
13
gridsome.config.js
Normal 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: [],
|
||||
};
|
||||
Reference in New Issue
Block a user