-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
37 lines (37 loc) · 1.01 KB
/
Copy pathconfig.js
File metadata and controls
37 lines (37 loc) · 1.01 KB
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
module.exports = {
siteTitle: 'Under Maintainace', // <title>
manifestName: 'Under Maintenace',
manifestShortName: 'Landing', // max 12 characters
manifestStartUrl: '/',
manifestBackgroundColor: '#001a33',
manifestThemeColor: '#001a33',
manifestDisplay: 'standalone',
manifestIcon: 'src/assets/img/website-icon.png',
pathPrefix: `/gatsby-starter-eventually/`, // This path is subpath of your hosting https://domain/portfolio
// social
heading: 'Ooops! Under maintenance',
subHeading:
' Be the first to know when we are live.Tell me where to send the notification',
socialLinks: [
{
icon: 'fa-github',
name: 'Github',
url: 'https://github.com/ea-dev3',
},
{
icon: 'fa-twitter',
name: 'Twitter',
url: 'https://twitter.com/ea_dev3',
},
{
icon: 'fa-facebook',
name: 'Facebook',
url: 'https://facebook.com/eugene.alex.9862',
},
{
icon: 'fa-envelope-o',
name: 'Email',
url: 'ea.dev3@gmail.com',
},
],
};