From e14a9c3c31d969559e7bd1c6911ce182441ee0c8 Mon Sep 17 00:00:00 2001 From: kevinanielsen Date: Thu, 14 Dec 2023 08:19:22 +0100 Subject: [PATCH] docs: fix styling --- docs/docusaurus.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 70c8338..991d871 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -13,10 +13,10 @@ const config = { favicon: "img/favicon.ico", // Set the production url of your site here - url: "https://your-docusaurus-site.example.com", + url: "https://kevinanielsen.github.io/", // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: "/", + baseUrl: "/tfjs-image-node/", // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.