|
|
|
|
|
by preommr
1308 days ago
|
|
$50 ??? If you're slightly technical that should be $1/year for hosting + $10 for domain name registration. I don't know what the best way is now, but a few years ago I set up an s3 bucket that where I basically got charged nothing because the site was < 10mb, and I had that behind cloudflare's cdn which doesn't charge for bandwith. S3 lets you serve static files if the bucket name is the same as the domain name - so no webserver or anything needed. I am pretty sure for a very small static site there's probably a handful of options that are basically free. One of gitpages, cloudflare pages, I think have free bandwith, not sure about vercel, or netlify. |
|