Skip to content
Permalink
1ff5d2a12a
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
25 lines (25 sloc) 469 Bytes
{
"version": 2,
"name": "andreduvoisin-web",
"alias": "andreduvoisin.com",
"builds": [
{
"src": "package.json",
"use": "@now/static-build",
"config": {
"distDir": "public"
}
}
],
"routes": [
{
"src": "/resume",
"status": 302,
"headers": {
"Location": "/AndreDuvoisinResume.pdf"
}
},
{ "handle": "filesystem" },
{ "src": "/.*", "status": 404, "dest": "404.html" }
]
}