From 7689b0691caf288085c36767b8d6359f8c366f3f Mon Sep 17 00:00:00 2001 From: Gabriel Alfour Date: Fri, 24 May 2019 06:48:15 +0000 Subject: [PATCH] set baseUrl back to root --- website/siteConfig.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/siteConfig.js b/website/siteConfig.js index 74a9295e8..93f14bbd1 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: '/ligo-documentation/', // Base URL for your project */ + baseUrl: '/', // 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/',