Skip to content

Commit

Permalink
chore: website analytics key
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Jan 4, 2022
1 parent 51154a4 commit e899f7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
{
resolve: '@antv/gatsby-theme-antv',
options: {
GATrackingId: `UA-148148901`,
GATrackingId: `G-S7EDKPDSL6`,
},
},
],
Expand Down Expand Up @@ -172,7 +172,7 @@ module.exports = {
showAPIDoc: true, // 是否在demo页展示API文档
showChartResize: true, // 是否在demo页展示图表视图切换
playground: {
container: '<div id="container" />',
container: '<div id="container" style="position: relative; width: 100%; height: 100vh;" />',
playgroundDidMount: 'console.log("playgroundDidMount");',
playgroundWillUnmount: 'console.log("playgroundWillUnmount");',
devDependencies: {
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"react-dom": "^16.14.0"
},
"devDependencies": {
"@antv/gatsby-theme-antv": "^1.1.15",
"@antv/gatsby-theme-antv": "^1.1.16",
"@types/react": "^16.14.8",
"@types/react-dom": "^16.9.13",
"gatsby": "^2.32.13",
Expand Down

0 comments on commit e899f7c

Please sign in to comment.