diff --git a/bun.lockb b/bun.lockb index 37b4446..93d405f 100644 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/next.config.mjs b/next.config.mjs index e3bad4d..023d692 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -3,6 +3,14 @@ const nextConfig = { output: "standalone", images: { remotePatterns: [ + { + protocol: "https", + hostname: "cdn.rainnny.club", + }, + { + protocol: "https", + hostname: "bonfire.wtf", + }, { protocol: "https", hostname: "img.icons8.com", @@ -10,5 +18,4 @@ const nextConfig = { ], }, }; - export default nextConfig; diff --git a/package.json b/package.json index 68feea8..9609460 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,7 @@ "dependencies": { "@heroicons/react": "^2.1.5", "@radix-ui/react-navigation-menu": "^1.2.0", + "@radix-ui/react-scroll-area": "^1.1.0", "@radix-ui/react-slot": "^1.1.0", "@radix-ui/react-tooltip": "^1.1.2", "class-variance-authority": "^0.7.0", diff --git a/src/components/landing/nav-content/homelab.tsx b/src/components/landing/nav-content/homelab.tsx index 9a3eb80..8e57d4a 100644 --- a/src/components/landing/nav-content/homelab.tsx +++ b/src/components/landing/nav-content/homelab.tsx @@ -1,7 +1,7 @@ import { ReactElement } from "react"; const HomelabContent = (): ReactElement => ( -