Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b172635

Browse files
committedFeb 11, 2025·
/resume direct to pdf
1 parent affbd44 commit b172635

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
 

‎.DS_Store

0 Bytes
Binary file not shown.

‎app/resume/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { redirect } from 'next/navigation';
22

33
export default function ResumeRedirect() {
4-
redirect('/#resume');
4+
redirect('/ReetNandy_Resume.pdf');
55
}

0 commit comments

Comments
 (0)
Please sign in to comment.