Skip to content

Commit 2498243

Browse files
authored
feat: add cv and resume pdf as well as /go/cv and /go/resume (#35)
feat(golink): add cv and resume pdf as well as /go/cv and /go/resume Signed-off-by: Kamontat Chantrachirathumrong <14089557+kamontat@users.noreply.github.com>
1 parent 73536f9 commit 2498243

File tree

5 files changed

+284
-549
lines changed

5 files changed

+284
-549
lines changed

astro.config.mjs

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,17 @@ export default defineConfig({
7171
destination:
7272
"https://github.com/kamontat/?utm_source=kc.in.th&utm_medium=golink&utm_campaign=direct",
7373
},
74+
// Use rewrite instead of redirect for cv and resume.
75+
// "/go/cv": {
76+
// status: 302,
77+
// destination:
78+
// "/pdfs/kamontat-cv-v4.2.pdf?utm_source=kc.in.th&utm_medium=golink&utm_campaign=direct",
79+
// },
80+
// "/go/resume": {
81+
// status: 302,
82+
// destination:
83+
// "/pdfs/kamontat-resume-v2.2.pdf?utm_source=kc.in.th&utm_medium=golink&utm_campaign=direct",
84+
// }
7485
},
7586
env: {
7687
schema: {

0 commit comments

Comments
 (0)