fix: vendors.js가 필터에 걸리는 문제 수정
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ location ~ /node_modules {
|
||||
return 404;
|
||||
}
|
||||
|
||||
location ~ /vendor {
|
||||
location ~ /vendor/ {
|
||||
return 404;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user