static file hosting — drop a file, get a URL
How to add a file
assets/your-file.ext
Commit the file to the assets/ folder and push. It will be live on the next deploy.
Public URL format
https://haki-vault.vercel.app/assets/your-file.ext
Example — video embed
<video src="…/assets/clip.mp4" autoplay loop muted playsinline></video>
Example — image in email signature
<img src="…/assets/logo.png" alt="Logo" />