From 8bd8472341afb56e74e9c9bc1e92b38e1b697c38 Mon Sep 17 00:00:00 2001 From: Nikhil Dabhade <117659203+hnikhil-dev@users.noreply.github.com> Date: Sun, 16 Nov 2025 17:33:51 +0530 Subject: [PATCH] Add files via upload --- vercel.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 vercel.json 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