From 0860558b61161c9e88f3c2366236e4698e858391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ma=C5=84czak?= <56172798+jakubmanczak@users.noreply.github.com> Date: Sat, 31 Jul 2021 21:23:36 +0200 Subject: [PATCH] delete meta from site title --- gridsome.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gridsome.config.js b/gridsome.config.js index 945e2d2..73a1f4c 100644 --- a/gridsome.config.js +++ b/gridsome.config.js @@ -8,6 +8,6 @@ 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`, + titleTemplate: `Gractwo`, plugins: [], };