Hi Figma Make Support,
I'm having an issue where files placed in the public/ folder (robots.txt, sitemap.xml, manifest.json) are not being served at their root URLs (e.g. https://www.planaventure.ai/robots.txt) after publishing.
What I've tried:
- Confirmed files are in theÂ
public/Â folder in the Figma Make editor - Published multiple times
- Added a custom Rollup plugin (
generateBundle) inÂvite.config.ts to explicitly emit the files — still not working
Evidence:
https://www.planaventure.ai/robots.txt returns plain textÂ"Not Found" (HTTP 404)- TheÂ
Last-Modified header on this 404 response isÂWed, 14 Jan 2026 and has not changed despite multiple publishes — confirming the file is never being deployed - The mainÂ
index.html deploys correctly with today's date, so publishing itself is working
Question
Does Figma Make's deployment pipeline support serving static files from the public/ folder at root paths? If so, is there a specific configuration required?
Thanks
Mayank
