This repository has been archived on 2026-03-27. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
old-gractwo-pl/gridsome.config.js

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: [],
};