mirror of
https://gitee.com/antv/g6.git
synced 2024-12-02 19:58:46 +08:00
🚀 g6.antv.vision
This commit is contained in:
parent
a7ac58f4fc
commit
386d64ae82
@ -5,8 +5,7 @@ module.exports = {
|
||||
{
|
||||
resolve: '@antv/gatsby-theme-antv',
|
||||
options: {
|
||||
GATrackingId: 'UA-148148901-4',
|
||||
pathPrefix: '/g6'
|
||||
GATrackingId: 'UA-148148901-4'
|
||||
}
|
||||
}
|
||||
],
|
||||
@ -14,6 +13,7 @@ module.exports = {
|
||||
siteMetadata: {
|
||||
title: 'G6',
|
||||
description: 'A collection of charts made with the Grammar of Graphics',
|
||||
siteUrl: 'https://g6.antv.vision',
|
||||
githubUrl: repository.url,
|
||||
navs: [
|
||||
{
|
||||
|
@ -36,7 +36,7 @@
|
||||
],
|
||||
"license": "MIT",
|
||||
"devDependencies": {
|
||||
"@antv/gatsby-theme-antv": "^0.9.83",
|
||||
"@antv/gatsby-theme-antv": "^0.9.85",
|
||||
"@antv/torch": "^1.0.5",
|
||||
"@babel/cli": "^7.0.0",
|
||||
"@babel/core": "^7.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user