|
|
|
|
|
by Rauchg
1535 days ago
|
|
That never stopped working. Neither on the edge side (as your live site indicates, which has been edge cached for 109 days in San Francisco), or on the deployment site, as the example below shows: Try it out: https://hi-there.vercel.app ▲ /tmp/ mkdir hi-there
▲ /tmp/ cd hi-there
▲ hi-there/ echo '<h1>hi sillysaurusx</h1>' > index.html
▲ hi-there/ vc
[…]
Inspect: https://vercel.com/rauchg/hi-there [690ms]
Production: https://hi-there.vercel.app [copied to clipboard] [9s]
In under 10s which includes the project setup and linking prompts. The main difference is that `now` got shorter to `vc`Happy to hear more feedback on pricing. Please reach out to rauchg@vercel.com |
|
I think it was in the transition between now and vercel. Back then, `now` had some sort of requirement where it only worked automatically if the folder had a package.json file. A plain index.html file required configuration. Delighted to see that this is no longer the case.
I'll give `vc` a shot.
The pricing issues stemmed from the fact that I use updown.io to monitor my domains. Since it pings them every 15 minutes or so, and since vercel spins up servers on demand, that means I was paying for essentially 24/7 service, which was an unwelcome bill over what I signed up for. Customer support gave a 50% refund, which I appreciated, and I've downgraded to a free account ever since.