diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:10:56 -0800 |
|---|---|---|
| committer | Adam Mathes <adam@adammathes.com> | 2026-02-15 17:10:56 -0800 |
| commit | 8fdc9491a0ddbc2b6fcefdb7a193388a8e05af9f (patch) | |
| tree | a4b550b2295e7ef6d68a1db0c4e30e88b2dd77d2 /web/dist/v2/index.html | |
| parent | 4cd15bb8a04bf8df3fb292796a8f32d7533cacdc (diff) | |
| download | neko-8fdc9491a0ddbc2b6fcefdb7a193388a8e05af9f.tar.gz neko-8fdc9491a0ddbc2b6fcefdb7a193388a8e05af9f.tar.bz2 neko-8fdc9491a0ddbc2b6fcefdb7a193388a8e05af9f.zip | |
Optimize frontend with memoized FeedItem and efficient IntersectionObserver
Diffstat (limited to 'web/dist/v2/index.html')
| -rw-r--r-- | web/dist/v2/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/dist/v2/index.html b/web/dist/v2/index.html index 4925ccd..5d9c8d4 100644 --- a/web/dist/v2/index.html +++ b/web/dist/v2/index.html @@ -5,7 +5,7 @@ <link rel="icon" type="image/svg+xml" href="/v2/vite.svg" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no, viewport-fit=cover" /> <title>Neko Reader</title> - <script type="module" crossorigin src="/v2/assets/index-CG_JgHU-.js"></script> + <script type="module" crossorigin src="/v2/assets/index-aSc_HGFN.js"></script> <link rel="stylesheet" crossorigin href="/v2/assets/index-CH4iRvWV.css"> </head> <body> |
