feat: Expande Pseudo-CDN com Tailwind CSS, Shadcn/UI e Modern Front-end Pack
This commit is contained in:
parent
3878c1d9ed
commit
4b39a1a13f
|
|
@ -131,8 +131,10 @@ map $request_uri $cache_asset_ttl {
|
|||
# 1. Identificação de Assets Globais (Idênticos em todos os sistemas)
|
||||
map $request_uri $is_global_asset {
|
||||
default 0;
|
||||
# Bibliotecas Comuns (Fingerprinted ou Versão Fixa)
|
||||
# Bibliotecas Comuns (Fingerprinted ou Versão Fixa) - Front-end Power Pack 2026
|
||||
~*(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;
|
||||
# Pastas de Ativos Compartilhados (Convenção interna)
|
||||
~*(/cdn/|/shared/|/common/) 1;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue