diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-17 09:22:34 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-17 09:22:34 -0800 |
| commit | e3ba87fc1db08733a5716ee9836cb88b5af0cd27 (patch) | |
| tree | c429272b7cade26edd9f7a44ac02a9ff432b9b7a /web/dist/v3/index.html | |
| parent | ee7896ab4fb183850e94307b057e3fe1a67610ca (diff) | |
| parent | 8ac775d7ce97e31a9531572f6f116dfc8de25d35 (diff) | |
| download | neko-e3ba87fc1db08733a5716ee9836cb88b5af0cd27.tar.gz neko-e3ba87fc1db08733a5716ee9836cb88b5af0cd27.tar.bz2 neko-e3ba87fc1db08733a5716ee9836cb88b5af0cd27.zip | |
Merge pull request #11 from adammathes/claude/fix-open-tickets-IVV1C
fix: replace IntersectionObserver with scroll-position check for infiā¦
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index a9f4a35..3e08b77 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,7 +5,7 @@ <link rel="icon" type="image/svg+xml" href="/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>neko</title> - <script type="module" crossorigin src="/v3/assets/index-PqZwi-gF.js"></script> + <script type="module" crossorigin src="/v3/assets/index-j89IB65U.js"></script> <link rel="stylesheet" crossorigin href="/v3/assets/index-CFkVnbAe.css"> </head> <body> |
