diff --git a/components/resume.jsx b/components/resume.jsx index 93048e9..683d14c 100644 --- a/components/resume.jsx +++ b/components/resume.jsx @@ -11,7 +11,7 @@ function Resume() { path: "webviewer/lib", mobileRedirect: true, initialDoc: - "https://s.b68.dev/resume", + "/resume.pdf", }, viewer.current ).then((instance) => { diff --git a/public/resume.pdf b/public/resume.pdf new file mode 100644 index 0000000..2ad6137 Binary files /dev/null and b/public/resume.pdf differ