From dac1fc71ade310793efb25ef1407e073ef5d8725 Mon Sep 17 00:00:00 2001 From: Sergio Date: Sat, 23 May 2026 16:43:22 +0000 Subject: [PATCH] gioser-web: absolute paths for CSS, JS, md to fix history.pushState routing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed all relative paths (./styles.css → /styles.css, ./pkg/gioser_web.js → /pkg/gioser_web.js, ./md/*.md → /md/*.md) to absolute so they don't break when pushState changes URL to /estudio/aire etc. - Caddy already has try_files fallback to /index.html for SPA routing. --- crates/apps/gioser-web/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/crates/apps/gioser-web/index.html b/crates/apps/gioser-web/index.html index 9254583..b3de887 100644 --- a/crates/apps/gioser-web/index.html +++ b/crates/apps/gioser-web/index.html @@ -4,7 +4,7 @@ GioSer · En el centro, el ser - + @@ -14,7 +14,7 @@
- + - + - + - +