Skip to content

Commit

Permalink
Merge pull request #5800 from MGatner/ttf
Browse files Browse the repository at this point in the history
bug: Publisher typo
  • Loading branch information
kenjis authored Mar 15, 2022
2 parents d95e461 + 7b0520e commit fd18ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Config/Publisher.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ class Publisher extends BasePublisher
*/
public $restrictions = [
ROOTPATH => '*',
FCPATH => '#\.(s?css|js|map|html?|xml|json|webmanifest|tff|eot|woff2?|gif|jpe?g|tiff?|png|webp|bmp|ico|svg)$#i',
FCPATH => '#\.(s?css|js|map|html?|xml|json|webmanifest|ttf|eot|woff2?|gif|jpe?g|tiff?|png|webp|bmp|ico|svg)$#i',
];
}

0 comments on commit fd18ebc

Please sign in to comment.