Skip to content

Commit

Permalink
feat: extend cal.com links
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilsk committed Oct 3, 2022
1 parent 4949a73 commit 0bc84e2
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/pages/kamilsk/cal.com/consulting.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
import Layout from '@layouts/Redirect.astro'
const url = 'https://cal.com/kamilsk/consulting'
---
<Layout canonical={url}/>
File renamed without changes.
6 changes: 6 additions & 0 deletions src/pages/kamilsk/cal.com/interview.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
import Layout from '@layouts/Redirect.astro'
const url = 'https://cal.com/kamilsk/interview'
---
<Layout canonical={url}/>
6 changes: 6 additions & 0 deletions src/pages/kamilsk/cal.com/mentoring.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
import Layout from '@layouts/Redirect.astro'
const url = 'https://cal.com/kamilsk/mentoring'
---
<Layout canonical={url}/>
6 changes: 6 additions & 0 deletions src/pages/kamilsk/cal.com/online.astro
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
import Layout from '@layouts/Redirect.astro'
const url = 'https://cal.com/kamilsk/online'
---
<Layout canonical={url}/>

0 comments on commit 0bc84e2

Please sign in to comment.