Try setting up baseUrl
This commit is contained in:
parent
a2d1b6067e
commit
6233164af9
@ -24,7 +24,7 @@ const siteConfig = {
|
|||||||
title: 'Ligo', // Title for your website.
|
title: 'Ligo', // Title for your website.
|
||||||
tagline: 'Smart Contract Language',
|
tagline: 'Smart Contract Language',
|
||||||
url: 'https://your-docusaurus-test-site.com', // Your website URL
|
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:
|
// For github.io type URLs, you would set the url and baseUrl like:
|
||||||
// url: 'https://facebook.github.io',
|
// url: 'https://facebook.github.io',
|
||||||
// baseUrl: '/test-site/',
|
// baseUrl: '/test-site/',
|
||||||
|
Loading…
Reference in New Issue
Block a user