mirror of
https://github.com/schmidt1024/monero-flyer.git
synced 2025-06-15 16:53:07 +00:00
initial commit
This commit is contained in:
14
.htaccess
Normal file
14
.htaccess
Normal file
@ -0,0 +1,14 @@
|
||||
DirectoryIndex index.html
|
||||
|
||||
<IfModule mod_deflate.c>
|
||||
AddOutputFilterByType DEFLATE image/svg+xml
|
||||
</IfModule>
|
||||
|
||||
<IfModule mod_mime.c>
|
||||
AddType image/svg+xml .svg
|
||||
</IfModule>
|
||||
|
||||
<FilesMatch "\.svg$">
|
||||
Header set Content-Type "image/svg+xml"
|
||||
Header set Content-Encoding gzip
|
||||
</FilesMatch>
|
Reference in New Issue
Block a user