-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
38 lines (38 loc) · 1.07 KB
/
config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
module.exports = {
siteTitle: 'ReserveIt | رزرویت', // <title>
manifestName: 'ReserveIt',
manifestShortName: 'ReserveIt', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#f1605d',
manifestThemeColor: '#f1605d',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/images/website-icon.png',
pathPrefix: `/ReserveIt-Website`, // This path is subpath of your hosting https://domain/portfolio
heading: 'رزرویت',
subHeading: 'ما کمکت میکنیم دیگه رزرو غذاتو یادت نره',
// social
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/anubhavsrivastava',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/onlyanubhav',
},
{
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://facebook.com/theanubhav',
},
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'mailto:[email protected]',
},
],
phone: '000-00000',
address: '305 Del Sol, Sunnyvale, CA',
};