feat: Adiciona fontes populares (Montserrat, Poppins, etc) à Pseudo-CDN
This commit is contained in:
parent
4b39a1a13f
commit
e2c8f954ad
|
|
@ -135,6 +135,8 @@ map $request_uri $is_global_asset {
|
|||
~*(jquery|bootstrap|fontawesome|axios|vue|react|alpine|htmx|inter|roboto).*\.(js|css|woff2?|ttf|otf)$ 1;
|
||||
~*(tailwind|shadcn|lucide|radix|framer|next|lodash|moment|dayjs).*\.(js|css|woff2?|ttf|otf)$ 1;
|
||||
~*(chart|leaflet|mapbox|slick|swiper|videojs).*\.(js|css|woff2?|ttf|otf)$ 1;
|
||||
# Fontes Populares (Web Fonts Compartilhadas)
|
||||
~*(montserrat|open-sans|lato|poppins|oswald|playfair|merriweather|nunito|ubuntu|raleway|outfit|plus-jakarta).*\.(woff2?|ttf|otf)$ 1;
|
||||
# Pastas de Ativos Compartilhados (Convenção interna)
|
||||
~*(/cdn/|/shared/|/common/) 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue