-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvercel.json
More file actions
23 lines (23 loc) · 1.15 KB
/
Copy pathvercel.json
File metadata and controls
23 lines (23 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"redirects": [
{ "source": "/linkedin", "destination": "https://linkedin.com/in/adithya-nr", "permanent": true },
{ "source": "/github", "destination": "https://github.com/adithyabhat17", "permanent": true },
{ "source": "/twitter", "destination": "https://twitter.com/adithya__nr", "permanent": true },
{ "source": "/dribbble", "destination": "https://dribbble.com/adithyanr", "permanent": true },
{ "source": "/behance", "destination": "https://behance.net/adithyabhat", "permanent": true },
{ "source": "/resume", "destination": "/resume.pdf", "permanent": true },
{ "source": "/resume-mar-26", "destination": "/resume-mar-2026.pdf", "permanent": true }
],
"headers": [
{
"source": "/(.*)",
"headers": [
{ "key": "X-Content-Type-Options", "value": "nosniff" },
{ "key": "X-Frame-Options", "value": "DENY" },
{ "key": "Referrer-Policy", "value": "strict-origin-when-cross-origin" },
{ "key": "Permissions-Policy", "value": "camera=(), microphone=(), geolocation=()" },
{ "key": "Strict-Transport-Security", "value": "max-age=63072000; includeSubDomains; preload" }
]
}
]
}