Skip to content

Commit

Permalink
feat: add slash
Browse files Browse the repository at this point in the history
  • Loading branch information
roby2409 committed May 14, 2024
1 parent 75dbc53 commit e370f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/modules/sections/DocSupportSection.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function DocSupportSection() {
Latest Curriculum Vitae -  
<a
className="text-[#10161a] dark:text-gray-100"
href={`${process.env.NEXT_PUBLIC_BASE_URL}resume.pdf`}
href={`${process.env.NEXT_PUBLIC_BASE_URL}/resume.pdf`}
target="_blank"
rel="noreferrer"
>
Expand All @@ -21,7 +21,7 @@ export default function DocSupportSection() {
Latest Verklaring - &nbsp;
<a
className="text-[#10161a] dark:text-gray-100"
href={`${process.env.NEXT_PUBLIC_BASE_URL}packlaring.pdf`}
href={`${process.env.NEXT_PUBLIC_BASE_URL}/packlaring.pdf`}
target="_blank"
rel="noreferrer"
>
Expand Down

0 comments on commit e370f9c

Please sign in to comment.