Consistent formatting

This commit is contained in:
TheSpad 2023-12-22 17:16:22 +00:00
parent 0ad8c52d56
commit 4178035a55
No known key found for this signature in database
GPG Key ID: 08F06191F4587860

View File

@ -142,6 +142,7 @@ server {
location ~ \.wasm$ {
default_type application/wasm;
}
location ~ \.js$ {
default_type text/javascript;
}