Monorepo for Tangled
0

Configure Feed

Select the types of activity you want to include in your feed.

*: bump htmx to latest (2.0.10)

Signed-off-by: Seongmin Lee <git@boltless.me>

Seongmin Lee (Jul 17, 2026, 11:06 PM +0900) 40ac46dd 5f7f8eba

+4 -6
+2 -4
flake.nix
··· 24 24 flake = false; 25 25 }; 26 26 htmx-src = { 27 - url = "https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js"; 27 + url = "https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js"; 28 28 flake = false; 29 29 }; 30 30 htmx-ws-src = { 31 - # strange errors in console that i can't really make out 32 - # url = "https://unpkg.com/htmx.org@2.0.4/dist/ext/ws.js"; 33 - url = "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2"; 31 + url = "https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4"; 34 32 flake = false; 35 33 }; 36 34 lucide-src = {
+2 -2
localinfra/scripts/appview-static-files.sh
··· 1 1 #!/usr/bin/env bash 2 2 set -euo pipefail 3 3 4 - HTMX_URL="https://unpkg.com/htmx.org@2.0.4/dist/htmx.min.js" 5 - HTMX_WS_URL="https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.2" 4 + HTMX_URL="https://cdn.jsdelivr.net/npm/htmx.org@2.0.10/dist/htmx.min.js" 5 + HTMX_WS_URL="https://cdn.jsdelivr.net/npm/htmx-ext-ws@2.0.4" 6 6 MERMAID_URL="https://cdn.jsdelivr.net/npm/mermaid@11.12.3/dist/mermaid.min.js" 7 7 MATHJAX_URL="https://cdn.jsdelivr.net/npm/mathjax@4.1.2/tex-svg.js" 8 8 LUCIDE_URL="https://github.com/lucide-icons/lucide/releases/download/0.536.0/lucide-icons-0.536.0.zip"