feat: pretify it

This commit is contained in:
2026-05-08 22:42:31 +03:00
parent eab1da29ae
commit d557c4da1f
16 changed files with 894 additions and 175 deletions

View File

@@ -1,7 +1,5 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
/* config options here */
// Оптимизация бандла
experimental: {
optimizePackageImports: [
"lucide-react",
@@ -21,11 +19,12 @@ const nextConfig = {
"@radix-ui/react-tooltip",
],
},
// Компрессия и оптимизация
compress: true,
// Оптимизация изображений
images: {
formats: ["image/avif", "image/webp"],
remotePatterns: [
{ protocol: "https", hostname: "images.unsplash.com" },
],
},
};