diff --git a/next.config.js b/next.config.js index ddac90c..397c636 100644 --- a/next.config.js +++ b/next.config.js @@ -20,6 +20,10 @@ const config = { protocol: "https", hostname: "fly.storage.tigris.dev", }, + { + protocol: "https", + hostname: "img.daisyui.com", + }, ], }, }; diff --git a/src/app/(root)/cv/page.tsx b/src/app/(root)/cv/page.tsx index ccde92c..e8776af 100644 --- a/src/app/(root)/cv/page.tsx +++ b/src/app/(root)/cv/page.tsx @@ -9,7 +9,7 @@ export default function CvPage(): React.JSX.Element { Download -
+
); diff --git a/src/app/(root)/layout.tsx b/src/app/(root)/layout.tsx index 08298e0..bb76f08 100644 --- a/src/app/(root)/layout.tsx +++ b/src/app/(root)/layout.tsx @@ -9,7 +9,7 @@ export default function RootLayout({ return ( <> -
+
{children}