Public
Like
balloon-val-run
Val Town is a collaborative website to build and scale JavaScript apps.
Deploy APIs, crons, & store data – all from the browser, and deployed in milliseconds.
main.tsx
https://balloon--5d55d3db8f464ca8b060a3f781916577.web.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 onlyindex.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 a404 Not Found
.
If you want to hit a search engine, generate arobots.txt
. Google does not register sites that get500
inrobots.txt
.
However, the free plan has strict restrictions on Run, so you can reject the crawler.
When you refer to arobots.txt
and return500
, (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.