Skip to content

Commit

Permalink
Update gatsby-config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kailashloginradius authored Jun 12, 2024
1 parent 47c8c11 commit 7226faa
Showing 1 changed file with 10 additions and 11 deletions.
21 changes: 10 additions & 11 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ module.exports = {
owner: "LoginRadius",
footerLinks: [
{
name: "Privacy Policy",
slug: "https://www.loginradius.com/privacy-policy",
name: "Privacy",
slug: "https://www.loginradius.com/privacy-policy/",
},
{
name: "Terms",
Expand All @@ -20,25 +20,24 @@ module.exports = {
name: "Security Policy",
slug: "https://www.loginradius.com/security-policy/",
},
],
socialLinks: [
{
name: "twitter",
slug: "https://twitter.com/LoginRadius",
name: "Sitemap",
slug: "https://www.loginradius.com/site-map/",
},
],
socialLinks: [
{
name: "linkedin",
slug: "https://www.linkedin.com/company/loginradius/",
},
{
name: "twitter",
slug: "https://twitter.com/LoginRadius",
},
{
name: "youtube",
slug: "https://www.youtube.com/user/LoginRadius",
},
{
name: "feedly",
slug:
"https://feedly.com/i/subscription/feed%2Fhttps%3A%2F%2Fwww.loginradius.com%2Fblog%2Fasync%2Frss.xml",
},
],
},
flags: {
Expand Down

0 comments on commit 7226faa

Please sign in to comment.