change IndexPage meta description and header description

This commit is contained in:
Dawid Wysokiński 2020-07-15 21:18:34 +02:00
parent 06b367ed06
commit 1b44c26cf6
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ const siteUrl = "https://dcbot.tribalwarshelp.com";
module.exports = {
siteMetadata: {
title: `TWHelp Discord Bot`,
description: `Live notifications about lost/conquered village by a tribe in the game TribalWars.`,
description: `Discord bot for online game Tribalwars. | Notifications about lost/conquered village in near real-time.`,
siteUrl,
twhelpUrl: "https://tribalwarshelp.com",
botInviteUrl:

View File

@ -1,11 +1,11 @@
export default {
title: "Home",
description:
"Live notifications about lost/conquered village by a tribe in the game TribalWars.",
"Discord bot for online game Tribalwars. | Notifications about lost/conquered village in near real-time.",
header: {
title: "Observe your tribe ennoblements!",
description:
"This bot notifies you about conquered/lost village near real-time.",
"This bot notifies you about conquered/lost village in near real-time.",
inviteBot: "Invite bot to your server",
commands: "Commands",
},