From 117fabc921051e27a827015a7447e36067bb273c Mon Sep 17 00:00:00 2001 From: Joscha <34318751+josxha@users.noreply.github.com> Date: Thu, 12 Sep 2024 12:05:03 +0200 Subject: [PATCH] Update docusaurus.config.ts --- docs/docusaurus.config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 5b6ad8d6..977459e9 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -8,10 +8,10 @@ const config: Config = { favicon: 'img/favicon-32x32.png', // Set the production url of your site here - url: 'https://josxha.github.io', + url: 'https://flutter-maplibre.pages.dev', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/flutter-maplibre/', + baseUrl: '/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.