diff --git a/next.config.ts b/next.config.ts index 8ff99fb..fb0b978 100644 --- a/next.config.ts +++ b/next.config.ts @@ -5,6 +5,24 @@ const nextConfig: NextConfig = { experimental: { optimizePackageImports: ["@chakra-ui/react"], }, + /* module.exports = { + images: { + remotePatterns: [ + { + protocol: 'https', + hostname: 'images.unsplash.com', + port: '', + pathname: '/**', + }, + { + protocol: 'https', + hostname: 'tailwindui.com', + port: '', + pathname: '/plus/img/logos/**', + } + ], + }, + },*/ }; export default nextConfig; diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 94f1241..3fe55aa 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -44,11 +44,13 @@ export default function Example() {
- Ballistic Builder + className="h-8 w-auto" + width={100} + height={100} + /> */}
@@ -86,11 +88,13 @@ export default function Example() { Open user menu - + className="size-8 rounded-full" + width={100} + height={100} + /> */}