diff --git a/gitprofile.config.ts b/gitprofile.config.ts index d0061ef3f..644d7cb01 100644 --- a/gitprofile.config.ts +++ b/gitprofile.config.ts @@ -80,7 +80,7 @@ const CONFIG = { }, resume: { fileUrl: - 'https://somethingdevs.github.io/resume.pdf', // Empty fileUrl will hide the `Download Resume` button. + '/resume.pdf', // Empty fileUrl will hide the `Download Resume` button. }, skills: [ 'JavaScript', diff --git a/public/resume.pdf b/public/resume.pdf new file mode 100644 index 000000000..d46e30f9c Binary files /dev/null and b/public/resume.pdf differ