Search code examples
javascriptfirebasehostingweb-hostingfirebase-hosting

How to include subdirectories in firebase hosting


My site consists of main page and then subages separated inside folders. How can I include subpages in my page host (firebase hosting)


Solution

  • (Frank's comment was really an answer)

    Firebase deploys everything under the directory that you indicate. So if you have your main page (index.html) in the current and directory and the other pages in subdirectories under that, they should all be deployed if you configure public to point to the current directory.

    Deployment Configuration