Deploy VueJS static website to Google Storage - URL Rewrite

Viewed 13

I have a app that is hosted in Compute Engine VM, both frontend and backend(https://<>.example.com). We are migrating this app to serverless architecture using Vue3, and JS(Cloud Run).

During this migration phase new features will be deployed under a diffent URL, such as https://<>.example.com/a/, so in my Load Balancer I added a route pointing /a/* to a specific Bucket I have created with all my assets.

I didn't manage to setup my routes to find index.html by default. It seems they are looking for specific folders or assets in the bucket.

Any ideas?

0 Answers
Related