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 = { module.exports = {
siteMetadata: { siteMetadata: {
title: `TWHelp Discord Bot`, 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, siteUrl,
twhelpUrl: "https://tribalwarshelp.com", twhelpUrl: "https://tribalwarshelp.com",
botInviteUrl: botInviteUrl:

View File

@ -1,11 +1,11 @@
export default { export default {
title: "Home", title: "Home",
description: 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: { header: {
title: "Observe your tribe ennoblements!", title: "Observe your tribe ennoblements!",
description: 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", inviteBot: "Invite bot to your server",
commands: "Commands", commands: "Commands",
}, },