mars / create-react-app-buildpack

⚛️ Heroku Buildpack for create-react-app: static hosting for React.js web apps
MIT License
3.28k stars 653 forks source link

How to configure Fastly CDN? #170

Closed debotos closed 4 years ago

debotos commented 4 years ago

How do I configure Fastly CDN service?

mars commented 4 years ago
  1. Follow Fastly's quick start guide
  2. Set the Origin Server host to your Heroku app's built-in hostname
    • for example my-app.herokuapp.com
  3. Profit!

(Note that I have never used Fastly. I just looked up their documentation.)