Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/airspace-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/static/.htaccess')
-rw-r--r--exampleSite/static/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/static/.htaccess b/exampleSite/static/.htaccess
index b3fb108..b848eda 100644
--- a/exampleSite/static/.htaccess
+++ b/exampleSite/static/.htaccess
@@ -76,7 +76,7 @@
</ifModule>
##### Or, compress certain file types by extension:
-<FilesMatch *.(html|css|jpg|jpeg|webp|png|gif|js|ico)>
+<FilesMatch ".(html|css|jpg|jpeg|webp|png|gif|js|ico)">
SetOutputFilter DEFLATE
</FilesMatch>