Skip to content

Commit 6ff4316

Browse files
committed
Add MIME type to html extension
1 parent 32b74c7 commit 6ff4316

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pub/static/.htaccess

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ Options -MultiViews
2828
AddType application/javascript js jsonp
2929
AddType application/json json
3030

31+
# HTML
32+
33+
AddType text/html html
34+
3135
# CSS
3236
AddType text/css css
3337

0 commit comments

Comments
 (0)