Serving static files without framework

I’m pretty new to Netlify, and the first project that I’m working on is just a bunch of Edge Functions (no real “website”). However, I need to serve one or two static files. I don’t have any sort of framework, because all I’m doing is writing Edge Functions. Is there some way to do this easily without a framework?
I’ve looked at the configuration docs and I can’t find any way to specify some sort of static folder. I could just write another edge function that serves these files, but if I can do this with just a static folder that would be nice.

@thonkinator You can absolutely do this, it’s simply a matter of having the files you want deployed to the CDN in your publish directory, see the build configuration documentation here: