Hosting SPA with Static Website option on Azure Blob Storage (clean URLs and Deep links)

后端 未结 2 1122
醉话见心
醉话见心 2020-12-06 11:16

I have succesfully set up a static website on Azure Blob storage using the $web container as advised within the Microsoft documentation. In addition, I have def

2条回答
  •  一向
    一向 (楼主)
    2020-12-06 12:05

    Kudos to Andreas Wendl at https://github.com/MicrosoftDocs/azure-docs/issues/43257#issuecomment-580668444

    Here's a simpler / possibly more correct solution:

    • leave /static/* be
    • rewrite everything else to /index.html

    So, index.html is served in response to deep links like /users/ and let's say /users/alexa.siri.

提交回复
热议问题