Skip to content

Commit

Permalink
fix: manually upload pdf due to vercel serverless timeout issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwolfcr committed Aug 25, 2023
1 parent e7eab2c commit 70cea44
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ export default {
eslint: { ignoreDuringBuilds: true },
typescript: { ignoreBuildErrors: true },
experimental: { serverActions: true },
rewrites: async () => [{ source: "/resume.pdf", destination: "/api/resume" }],
}
Binary file added public/resume.pdf
Binary file not shown.

1 comment on commit 70cea44

@vercel
Copy link

@vercel vercel bot commented on 70cea44 Aug 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.