Skip to content

Commit

Permalink
ADM-800:[frontend]fix: fix Roboto font file corruption
Browse files Browse the repository at this point in the history
  • Loading branch information
TingyuDong committed Feb 2, 2024
1 parent 3afa378 commit 1434b07
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ops/infra/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,8 @@ http {
location /api {
proxy_pass http://backend:4322;
}
location ~ \.(woff|woff2)$ {
add_header Content-Type “font/woff2”;
}
}
}

0 comments on commit 1434b07

Please sign in to comment.