-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.js
29 lines (29 loc) · 815 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
module.exports = {
siteTitle: "Penny Bank Plus", // <title>
manifestName: "Penny Bank",
manifestShortName: "Landing", // max 12 characters
manifestStartUrl: "/",
manifestBackgroundColor: "#F6E775",
manifestThemeColor: "#F6E775",
manifestDisplay: "standalone",
manifestIcon: "src/assets/images/pennybankplus.png",
pathPrefix: `/pennybank-landing/`, // This path is subpath of your hosting https://domain/portfolio
// social
socialLinks: [
{
icon: "fa-instagram",
name: "Instagram",
url: "https://www.instagram.com/pennybankapp/",
},
{
icon: "fa-twitter",
name: "Twitter",
url: "https://twitter.com/PennyBankapp",
},
{
icon: "fa-facebook-f",
name: "Facebook",
url: "https://www.facebook.com/pennybankapp",
},
],
};