You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I deployed my coreui angular app in ngnix as off root deployment. When i launch the App URL, I see few images ( rendered from CSS classes as shown below) not rendering in the UI.
CSS Class to render image:
.icon-speech {
content: "\e02c" !important;
}
I deployed my coreui angular app in ngnix as off root deployment. When i launch the App URL, I see few images ( rendered from CSS classes as shown below) not rendering in the UI.
CSS Class to render image:
.icon-speech {
content: "\e02c" !important;
}
Ngnix config file:
server {
#-------
location /rig-activity {
}
The text was updated successfully, but these errors were encountered: