-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.js
33 lines (33 loc) · 902 Bytes
/
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
module.exports = {
siteTitle: 'Costa Fit', // <title>
manifestName: 'Spectral',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#663399',
manifestThemeColor: '#663399',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `tproenza.github.io/serendipity_saas.github.io/`, // This path is subpath of your hosting https://domain/portfolio
heading: 'Costa Fit',
subHeading: 'Turn Pain into Power',
// social
socialLinks: [
{
style: 'brands',
icon: 'fa-instagram',
name: 'Instagram',
url: 'https://www.instagram.com/costafitpa/',
},
{
style: 'brands',
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://www.facebook.com/groups/163388020918087',
},
{
style: 'brands',
icon: 'fa-twitter',
name: 'Twitter',
url: '',
},
],
};