Skip to content

Commit

Permalink
feat: update resume.pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinwolfcr committed Sep 26, 2023
1 parent 130f022 commit 5cf6cb0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified public/resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion src/data/docs/docs.data.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import matter from "gray-matter"
import { z } from "zod"

const projects = [{ id: "devtools", repo: "kevinwolfcr/devtools" }]
const projects: { id: string; repo: string }[] = []

async function getFile(url: URL) {
try {
Expand Down

1 comment on commit 5cf6cb0

@vercel
Copy link

@vercel vercel bot commented on 5cf6cb0 Sep 26, 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.