Monorepo for Tangled

appview/repo/fragments: fix pierre diffs cdn url

use correct jsdelivr path with /dist/index.js

Signed-off-by: dropalltables <80474621+dropalltables@users.noreply.github.com>
Amp-Thread-ID: https://ampcode.com/threads/T-019c7ca9-f797-773a-9650-20d5ed91167e
Co-authored-by: Amp <amp@ampcode.com>

+1 -1
+1 -1
appview/pages/templates/repo/fragments/diff.html
··· 18 18 {{ template "fragments/resizable" }} 19 19 20 20 <!-- Progressive enhancement: load Pierre Diffs to replace server rendering --> 21 - <script src="https://cdn.jsdelivr.net/npm/@pierre/diffs@1.0.10"></script> 21 + <script src="https://cdn.jsdelivr.net/npm/@pierre/diffs@1.0.10/dist/index.js"></script> 22 22 <script> 23 23 window.__diffData = { 24 24 patch: {{ .RawPatch | js }},