Skip to content

Commit 5f2cf8a

Browse files
committed
chore: Update Astro dependency and externalize resume link.
1 parent 5924b0c commit 5f2cf8a

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"astro": "^5.17.1"
13+
"astro": "^5.18.0"
1414
}
1515
}
-22.8 KB
Binary file not shown.

src/data/site-config.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ export const siteConfig = {
2525
leetcode: "https://leetcode.com/u/googleknight/",
2626
},
2727

28-
resumePath: "/Shubham_Mathur_Resume_2026.pdf",
28+
resumePath:
29+
"https://googleknight.github.io/Resume/Shubham_Mathur_Resume_2026.pdf",
2930

3031
/** OG / SEO defaults */
3132
ogImage: "/og-image.png",

0 commit comments

Comments
 (0)