Try setting up baseUrl

This commit is contained in:
Gabriel Alfour 2019-05-24 06:30:47 +00:00
parent a2d1b6067e
commit 6233164af9

View File

@ -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/',