eexiv/src/app/utils
q9i 0443604d04 chore: fix all the errors
Sonarlint, ESLint, you name it; it's fixed

AI summary of some changes:
feat: update image handling and optimization in Next.js

The changes in this commit update the handling and optimization of images in Next.js. 

- The `Image` component from the `next/image` package is now used instead of the regular `img` tag. This allows for better handling and optimization of images in Next.js applications.
- The `unoptimized` property in the `nextConfig` object is set to `false`, which means that images will be optimized by default. This improves the performance and loading speed of the application.
- The `remotePatterns` property in the `nextConfig` object is added to specify remote patterns for image optimization. This allows for more control over which images should be optimized and which should not.

These changes were made to enhance the performance and user experience of the application by optimizing the handling of images.
2024-02-17 14:54:14 -08:00
..
actions.ts add author documents display, some issues to fix 2024-02-14 10:56:05 -08:00
epoch2datestring.ts Enable BibTeX export 2024-02-14 18:11:07 -08:00
ErrorBoundary.tsx chore: fix all the errors 2024-02-17 14:54:14 -08:00
hash.ts Revamp documents 2024-02-16 19:39:26 +00:00
navigate.ts add search feature and garbage mobile support 2024-02-11 23:09:37 -08:00
search.worker.ts style: format 2024-02-16 19:39:55 +00:00
searchDocs.ts chore: fix all the errors 2024-02-17 14:54:14 -08:00
string2hex.ts chore: fix all the errors 2024-02-17 14:54:14 -08:00