feat: refactor whole bunch of stuff

This commit is contained in:
Max Richter
2025-11-02 19:03:11 +01:00
parent 81ebc8f5e0
commit e6b90cb785
56 changed files with 753 additions and 360 deletions

View File

@@ -29,7 +29,7 @@ export default function App({ Component }: PageProps) {
<Component />
</Partial>
</body>
<script src="/thumbnails.js" type="module" async defer />
<script src="/thumbhash.js" type="module" async defer />
</html>
);
}