Skip to content

Commit

Permalink
Fix: base url
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Sep 15, 2019
1 parent 8aa5a8f commit 0c10ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/website/siteConfig.js
Expand Up @@ -14,14 +14,14 @@ const siteConfig = {
title: 'go-echarts', // Title for your website.
tagline: '🎨 The adorable charts library for Golang',
url: 'https://go-echarts.github.io/go-echarts/', // Your website URL
baseUrl: '/', // Base URL for your project */
baseUrl: '/go-echarts/', // 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/',
cname: 'go-echarts.github.io/go-echarts/',
// Used for publishing and more
projectName: 'go-echarts',
organizationName: 'chenjiandongx',
organizationName: 'go-echarts',
// For top-level user or org sites, the organization is still the same.
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
// organizationName: 'JoelMarcey'
Expand Down

0 comments on commit 0c10ee2

Please sign in to comment.