From 5b53f18c0f78ad33d87d21722ed1b0bd0388a096 Mon Sep 17 00:00:00 2001 From: JotaChina Date: Sat, 4 Apr 2026 13:46:39 -0300 Subject: [PATCH] melhorando build --- pages/projetos.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/projetos.html b/pages/projetos.html index 4f06d2ff..9b14399c 100755 --- a/pages/projetos.html +++ b/pages/projetos.html @@ -174,7 +174,7 @@ unique_plugins = list_plugins | split: "|||" | uniq | sort %} // 1. Carregar Dados fetch( - '{{ "/mmpSearch/src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}', + '{{ "src_mmpSearch/saida_analises/db_final_completo.json" | relative_url }}', ) .then((r) => r.json()) .then((data) => {