Hello,
I deployed a CRA on a web service the other day, and am now realizing that I should have deployed it as a static site.
Thing is, the current URL of the web service is the one I desire.
If I delete the web service, and create a static site with the same name, will I be guaranteed the same URL for my static site?
Example:
Current web service name: unique-name
Current URL: unique-name[dot]onrender[dot]com
New static site name: unique-name
New URL: unique-name[dot]onrender[dot]com
Thank you.