diff options
| author | Adam Mathes <adam@adammathes.com> | 2026-02-18 15:01:22 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-02-18 15:01:22 -0800 |
| commit | 082089e427df8e34a366684f71f35ed700ec5d04 (patch) | |
| tree | 6a8eb1314cc203f4e070c98422a9cb75699766f1 /web/dist/v3/index.html | |
| parent | 7776e81b39130c211eb0ec566c6467a28a9fa64c (diff) | |
| parent | 0876a683cdc344b200dbd65aa137969a1528c85d (diff) | |
| download | neko-082089e427df8e34a366684f71f35ed700ec5d04.tar.gz neko-082089e427df8e34a366684f71f35ed700ec5d04.tar.bz2 neko-082089e427df8e34a366684f71f35ed700ec5d04.zip | |
Merge pull request #20 from adammathes/claude/investigate-theme-performance-GjjYA
Optimize scroll performance and reduce layout thrashing
Diffstat (limited to 'web/dist/v3/index.html')
| -rw-r--r-- | web/dist/v3/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/dist/v3/index.html b/web/dist/v3/index.html index 0ac1434..8c1f6a6 100644 --- a/web/dist/v3/index.html +++ b/web/dist/v3/index.html @@ -5,8 +5,8 @@ <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-CnwB--Ar.js"></script> - <link rel="stylesheet" crossorigin href="/v3/assets/index-CC0QAawd.css"> + <script type="module" crossorigin src="/v3/assets/index-DZsQUXOH.js"></script> + <link rel="stylesheet" crossorigin href="/v3/assets/index-FN4JJv2k.css"> </head> <body> <div id="app"></div> |
