From 40d3362547420fce18f931f4f1418af4813e3d73 Mon Sep 17 00:00:00 2001 From: marihachi Date: Sun, 23 Jul 2023 13:37:16 +0900 Subject: [PATCH] website: deploy config --- website/docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index cc6d769..5676d45 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -14,7 +14,7 @@ const config = { url: 'https://marihachi.github.io/', // Set the // pathname under which your site is served // For GitHub pages deployment, it is often '//' - baseUrl: '/', + baseUrl: '/terrario/', // GitHub pages deployment config. // If you aren't using GitHub pages, you don't need these.