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:
authorsomratpro <abdulmonnafsomrat@gmail.com>2021-11-23 09:25:22 +0300
committersomratpro <abdulmonnafsomrat@gmail.com>2021-11-23 09:25:22 +0300
commit4d800799ba9c9d4587036e257b5132059c4d4930 (patch)
tree8de804996076c2df7a019f272aaff8635c12ca4d
parenta0bd933274bb7bf3e12d319e1da7dbbadf75d194 (diff)
fix .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>