1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

feat: ATS-compliant resume download links

This commit is contained in:
2025-05-11 17:21:53 +00:00
parent 9cf3901307
commit 9a4d6966d0
4 changed files with 35 additions and 13 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ SMTP_TO_EMAIL=email # Email to which emails will be sent
DOMAIN_NAME=example.com # Your domain name
RESUME_URL=URL # Location of the resume PDF
RESUME_HAS_REFS=false # Appends last page of the resume to a result PDF file
ATS_RESUME_URL=URL # Location of the ATS-compatible resume PDF (optional, remove to disable)
RESUME_HAS_REFS=false # Appends last page of the resume to a result PDF file (only appies to non-ATS version)
ALERT_TEXT_URL=URL # URL of a txt file with urgent message to be displayed (see app/_components/AlertMessage.tsx)
CLARITY_ID=string # Clarity Analytics ID (optional, remove to disable)
CLARITY_CONSENT=1 # 1 if you need to request explicit consent from user, 0 if not (requires CLARITY_ID)