Skip to content

Commit

Permalink
fix pdf routing
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnyama committed Oct 29, 2023
1 parent e80a774 commit 8bdf00e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { links } from "@data/links";
}
<li>
<a
href="../public/pdfs/ShawnYama_Resume.pdf"
href="/pdfs/ShawnYama_Resume.pdf"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
2 changes: 1 addition & 1 deletion src/content/projects/card-it.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ website: https://cardit.vialab.ca/
links: [
{title: Full-Stack Engineer, icon: mdi:account-hard-hat },
{link: https://cardit.vialab.ca/, icon: mdi:link },
{title: Undergrad Thesis, icon: mdi:script-text-outline, link: ../public/pdfs/yam2022.pdf}
{title: Undergrad Thesis, icon: mdi:script-text-outline, link: /pdfs/yam2022.pdf}
]
source: ""
color: hsl(255, 90%, 92%)
Expand Down

0 comments on commit 8bdf00e

Please sign in to comment.