From 62626c0741876cbc3b78510cd3b6b41e48e7a309 Mon Sep 17 00:00:00 2001 From: Adrian Machado Date: Tue, 17 Dec 2024 16:07:11 -0800 Subject: [PATCH] Add github link #60 --- www/components/Header.tsx | 11 ++++++++++- www/next.config.js | 5 +++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/www/components/Header.tsx b/www/components/Header.tsx index 5cecd38..35882d5 100644 --- a/www/components/Header.tsx +++ b/www/components/Header.tsx @@ -27,8 +27,17 @@ const Header = () => { alt="Discord" src="https://assets-global.website-files.com/6257adef93867e50d84d30e2/636e0a6ca814282eca7172c6_icon_clyde_white_RGB.svg" /> -

Discord

+

Discord

+ + GitHub Repo stars + ); diff --git a/www/next.config.js b/www/next.config.js index e16c80c..7c656fe 100644 --- a/www/next.config.js +++ b/www/next.config.js @@ -5,6 +5,11 @@ const nextConfig = { { hostname: "cdn.zuplo.com", }, + { + protocol: "https", + hostname: "img.shields.io", + pathname: "/github/stars/**", + }, ], }, };