Skip to content

Commit 6dc5bfd

Browse files
committed
fix: add JSON to allow list, closes #3497
1 parent 84ceb91 commit 6dc5bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ server {
4141
}
4242

4343
# Additional configurations for specific file types
44-
location ~* \.(svg|eot|ttf|woff|woff2)$ {
44+
location ~* \.(svg|eot|ttf|woff|woff2|json)$ {
4545
add_header Access-Control-Allow-Origin "*";
4646
}
4747

0 commit comments

Comments
 (0)