From a4264e8d23e0bf17c5c1852cadd8aa9c786450c4 Mon Sep 17 00:00:00 2001 From: Tomer Greenwald Date: Wed, 21 Feb 2024 12:00:56 +0200 Subject: [PATCH] Change footer image links to use absolute paths (#202) --- docusaurus.config.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 32e9f4085..6ed35fa92 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -43,7 +43,7 @@ const footerSocialLinks = ` width='30' height='30' loading='lazy' - src="img/footer/github.svg" + src="/img/footer/github.svg" alt="GitHub logo" className='w-5 h-5 relative' /> @@ -53,7 +53,7 @@ const footerSocialLinks = ` width='30' height='30' loading='lazy' - src="img/footer/linkedin.svg" + src="/img/footer/linkedin.svg" alt="LinkedIn logo" className='w-5 h-5 relative' /> @@ -63,7 +63,7 @@ const footerSocialLinks = ` width='30' height='30' loading='lazy' - src="img/footer/x.svg" + src="/img/footer/x.svg" alt="X logo" className='w-5 h-5 relative' /> @@ -73,7 +73,7 @@ const footerSocialLinks = ` width='30' height='30' loading='lazy' - src="img/footer/slack.svg" + src="/img/footer/slack.svg" alt="Slack logo" className='w-5 h-5 relative' /> @@ -83,7 +83,7 @@ const footerSocialLinks = ` width='30' height='30' loading='lazy' - src="img/footer/youtube.svg" + src="/img/footer/youtube.svg" alt="YouTube logo" className='w-5 h-5 relative' /> @@ -396,9 +396,9 @@ const config = { { html: `