Skip to content

Commit

Permalink
feat: update redirect for /meet to use SocialMediaLinks.calendly
Browse files Browse the repository at this point in the history
  • Loading branch information
Redskull-127 committed Jul 25, 2024
1 parent 2ce8b2a commit 5548261
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ const redirects = [
basePath: false,
},
{
source: 'meet',
destination: 'https://calendly.com/meertarbani/meet-with-meer',
source: '/meet',
destination: SocialMediaLinks.calendly,
permanent: true,
basePath: false,
},
Expand Down
1 change: 1 addition & 0 deletions site-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ const SocialMediaLinks = {
twitter: 'https://twitter.com/meertarbani',
discord: 'https://discordapp.com/users/535768991667585024',
gmail: 'mailto:[email protected]',
calendly: 'https://calendly.com/meertarbani/meet-with-meer',
spotify: {
user: 'https://open.spotify.com/user/to6rms2g0fzerpkwox1k4v33w',
playlist:
Expand Down

0 comments on commit 5548261

Please sign in to comment.