From 6233164af9fbd3ca1bc5820e6ffe54d4fbf19a95 Mon Sep 17 00:00:00 2001 From: Gabriel Alfour Date: Fri, 24 May 2019 06:30:47 +0000 Subject: [PATCH] Try setting up baseUrl --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 93f14bbd1..a78d9e4ad 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -24,7 +24,7 @@ const siteConfig = { title: 'Ligo', // Title for your website. tagline: 'Smart Contract Language', url: 'https://your-docusaurus-test-site.com', // Your website URL - baseUrl: '/', // Base URL for your project */ + baseUrl: '/ligo-documentation', // Base URL for your project */ // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io', // baseUrl: '/test-site/',