Skip to content

Commit f3be728

Browse files
committed
update : resume location
1 parent ce3fdbc commit f3be728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
File renamed without changes.

src/pages/resume.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ import BaseLayout from "../layouts/BaseLayout.astro";
66

77
<BaseLayout title="Resume">
88
<div class="button">
9-
<a href="/assets/resume.pdf" download>
9+
<a href="/resume.pdf" download>
1010
<Pill>Download</Pill>
1111
</a>
1212
</div>
13-
<iframe src="/assets/resume.pdf#toolbar=1"></iframe>
13+
<iframe src="/resume.pdf#toolbar=1"></iframe>
1414
</BaseLayout>
1515

1616
<style>

0 commit comments

Comments
 (0)