Serve static content from val.town
First, fork this val to get your own http endpoint.
Then create a val that uses a string as it's default export, or a single string export. The val must be either public or unlisted.
export default `<static content>`
You can then fetch the exported string from outside val.town using:
curl 'https://<owner>-static.web.val.run/<val>.<extension>'
The Content-Type
will be dynamically set depending on the provided extension.