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