Skip to content

Commit

Permalink
fix: htaccess manifest fix
Browse files Browse the repository at this point in the history
  • Loading branch information
demtario committed Apr 9, 2024
1 parent bbf8338 commit 7037a84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RewriteEngine on
RewriteRule sitemap.xml sitemap.xml [L]
RewriteRule robots.txt robots.txt [L]
RewriteRule manifest.json manifest.json [L]
RewriteRule manifest.webmanifest manifest.webmanifest [L]

RewriteCond %{REQUEST_URI} !(\.svg|\.png|\.jpg|\.gif|\.jpeg|\.bmp|\.ico|\.css|\.js|\.txt|\.mp4|\.map|\.woff2|\.woff|\.ttf|\.eot)$
RewriteRule (.*) index.html [QSA]

0 comments on commit 7037a84

Please sign in to comment.