Firebase hosting: Serve different pages from different custom domains

前端 未结 1 704
清歌不尽
清歌不尽 2020-12-19 15:57

We\'re using custom domains on firebase hosting: our app, served from index.html, runs nicely on app.example.com. We\'ve also connected www.example.com, which serves the app

相关标签:
1条回答
  • 2020-12-19 16:43

    Firebase Hosting does not support multiple sites in a single project at this time. However, you can create a second project for your static landing page and deploy it there, connecting it to the www domain while leaving the app domain connected to the other project.

    As of August of 2018, Firebase Hosting supports multiple sites on a single project! See the docs for more info.

    0 讨论(0)
提交回复
热议问题