forked from iotabots/iotabots.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ts
More file actions
19 lines (17 loc) · 670 Bytes
/
config.ts
File metadata and controls
19 lines (17 loc) · 670 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
export const SEO = {
title: 'IOTABOTS',
description:
'First NFT Profile Picture Project on IOTA. #DeFi #NFT #GameFi #play2earn',
openGraph: {
type: 'website',
url: 'www.iotabots.io',
title: 'IOTABOTS',
description:
// eslint-disable-next-line max-len
'First NFT Profile Picture Project on IOTA. #DeFi #NFT #GameFi #play2earn',
image: '/assets/logo192.png',
},
}
export const DISCORD_CONNECT =
'https://discord.com/api/oauth2/authorize?client_id=949687840504160267&redirect_uri=https%3A%2F%2Fiotabots.io%2Fdiscord_connect&response_type=code&scope=identify'
export const BACKEND_URL = 'https://chillzone.fr/connect-discord'