Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 498 Bytes

seo.md

File metadata and controls

14 lines (13 loc) · 498 Bytes

⚠️ Works only on Blaze plan! (costs around $60/month)

Setup

  1. Deploy rendertron on your AppEngine
  2. Set the firebase config variables
      firebase functions:config:set rendertron.server="https://YOUR_PROJECT_HERE.appspot.com"
      firebase functions:config:set site.domain="YOUR_SUB_DOMAIN_HERE.firebaseapp.com"
  3. Deploy Firebase functions
      firebase deploy --only functions
  4. Done