Skip to content

Commit

Permalink
Don't preload fonts.css, it does not exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Oct 19, 2020
1 parent 561b6c8 commit 1da8bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .htaccess
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ FileETag None
Header set X-Content-Type-Options nosniff
Header set X-XSS-Protection "1; mode=block"
Header set Referrer-Policy no-referrer
Header add Link "</css/fonts.css>; rel=preload, </css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
Header add Link "</css/style.css>; rel=preload" "expr=%{CONTENT_TYPE} =~ m#text/html#"
</ifmodule>

0 comments on commit 1da8bb5

Please sign in to comment.