Skip to content

Commit

Permalink
Fix path of material icon
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Nov 19, 2024
1 parent e482ee7 commit e36b2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ server {

try_files $uri $uri/ /index.html;

location ^~ /material-icons/ {
location ^~ /mui-icons-material/ {
try_files $uri =404;
add_header 'Access-Control-Allow-Origin' '*';
expires 90d;
Expand Down

0 comments on commit e36b2df

Please sign in to comment.