https://balloon.val.run/
Since Val Town can statically publish HTML / other text files in this way. I made a static site in Val Town this way. 💻️
Remix form https://www.val.town/x/stevekrouse/basic-html-starter
- Val Town always requires JavaScript or TypeScript code for HTTP triggers
Since Val Town is not the place to publish a static site in the first place.
Even if you put only index.html, you will not be able to refer to it.
- Val Town does not allow binary files.
Favicon creates .svg files or external Servers. Use the <meta> tag for .html files.
- If the file is nout found, it returns a
500 Server Error instead of a 404 Not Found.
If you want to hit a search engine, generate a robots.txt. Google does not register sites that get 500 in robots.txt.
However, the free plan has strict restrictions on Run, so you can reject the crawler.
When you refer to a robots.txt and return 500, (If the robots.txt does not exist)
Googlebot does not collect from this domain.
- You can use the CLI vt.
You can deploy locally or from your preferred environment using vt.