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) invite.config.tsto explicitly emit the files — still not working
Evidence:
https://www.planaventure.ai/robots.txtreturns plain text"Not Found"(HTTP 404)- The
Last-Modifiedheader on this 404 response isWed, 14 Jan 2026and has not changed despite multiple publishes — confirming the file is never being deployed - The main
index.htmldeploys 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
