Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 512 Bytes

06-seo.md

File metadata and controls

18 lines (15 loc) · 512 Bytes

Setup

Set the Firestore config documents through the console or in default-firebase-data.json before initial data boostrap.

{
  "config": {
    "rendertron": {
      "server": "https://render-tron.appspot.com"
    },
    "site": {
      "domain": "YOUR_SUB_DOMAIN_HERE.web.app"
    }
  }
}

https://render-tron.appspot.com is provided without uptime guarantees so you may want to deploy your own version.