This website requires JavaScript.
Explore
Help
Register
Sign In
youwen5
/
eexiv
Watch
1
Star
0
Fork
You've already forked eexiv
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
1e5b55a83d
eexiv
/
.eslintrc.json
7 lines
99 B
JSON
Raw
Normal View
History
Unescape
Escape
Initial commit from Create Next App
2024-02-09 19:00:26 -08:00
{
adjust profile layout
2024-02-10 19:59:15 -08:00
"extends"
:
"next/core-web-vitals"
,
"rules"
:
{
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
"@next/next/no-img-element"
:
"error"
adjust profile layout
2024-02-10 19:59:15 -08:00
}
Initial commit from Create Next App
2024-02-09 19:00:26 -08:00
}
Reference in a new issue
Copy permalink