diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..f411ab6 --- /dev/null +++ b/vercel.json @@ -0,0 +1,23 @@ +{ + "buildCommand": null, + "outputDirectory": "public", + "headers": [ + { + "source": "/FolderVault-win32-x64.zip", + "headers": [ + { + "key": "Content-Type", + "value": "application/zip" + }, + { + "key": "Content-Disposition", + "value": "attachment; filename=\"FolderVault-win32-x64.zip\"" + }, + { + "key": "Cache-Control", + "value": "public, max-age=31536000, immutable" + } + ] + } + ] +} \ No newline at end of file