feat: responsive fixes for in-app browsers, /download shortlink, clickable resume links, OG meta tags

This commit is contained in:
2026-04-17 02:25:18 +08:00
parent a05e75baae
commit 5397ceef15
3 changed files with 76 additions and 7 deletions
+1
View File
@@ -1,4 +1,5 @@
FROM nginx:alpine
COPY nginx.conf /etc/nginx/conf.d/default.conf
COPY index.html /usr/share/nginx/html/index.html
COPY Omair_Saleh_Resume.pdf /usr/share/nginx/html/Omair_Saleh_Resume.pdf
EXPOSE 80