Skip to content

Commit

Permalink
replace: /resume route with link to OneDrive resume PDF
Browse files Browse the repository at this point in the history
  • Loading branch information
caidanw committed Mar 2, 2024
1 parent 2d7c40c commit dcbbff5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
9 changes: 6 additions & 3 deletions src/routes/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@
const siteRoutes = [
{ name: '/home', url: '/' },
{ name: '/writing', url: '/writing' },
{ name: '/widgets', url: '/widgets' },
{ name: '/resume', url: '/resume' }
// { name: '/writing', url: '/writing' },
// { name: '/widgets', url: '/widgets' },
{
name: '/resume',
url: 'https://caidan-my.sharepoint.com/:b:/g/personal/me_caidan_dev/EcMqP0jC_VtIttsG8Q58-uYBN_jnnl_sDmbWQpQ4daPRTQ'
}
];
const externalRoutes = [
Expand Down
5 changes: 0 additions & 5 deletions src/routes/resume/+page.svelte

This file was deleted.

0 comments on commit dcbbff5

Please sign in to comment.