Pablo Recalde

Results 5 comments of Pablo Recalde
trafficstars

I wonder why if this is the real thing (you can't serve publicly from inside node_modules, nor you can't copy on runtime to a public folder), it should be clearly...

I ended up embedding both images and fonts as base64, some problems may arise with CSP, but it gets the work done.

base64 embedding > Is there any workaround?

Hi, For me it does not even work. I'm using: ```hcl resource "azurerm_linux_web_app" "web_app" { name = "somename" resource_group_name = data.azurerm_resource_group.service_rg.name location = azurerm_service_plan.service_plan.location service_plan_id = azurerm_service_plan.service_plan.id app_settings = {...