diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 21a5021..4a77abd 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -32,6 +32,9 @@ const siteConfig = { }, }; +// Define const for the footer icon paths. +const currentBaseUrl = siteConfig[deployTarget].baseUrl + /** @type {import('@docusaurus/types').Config} */ const config = { title: 'AboutCode.org', @@ -147,27 +150,27 @@ const config = { style: 'dark', links: [ { - html: `AboutCode.org`, + html: `AboutCode.org`, }, { - html: ``, + html: ``, }, { - html: ``, + html: ``, }, { - html: ``, + html: ``, }, { - html: ``, + html: ``, }, { - html: ``, + html: ``, }, { label: 'Privacy Policy', to: '/privacy' },