Skip to content

Commit

Permalink
fix: Reducers may not dispatch actions
Browse files Browse the repository at this point in the history
  • Loading branch information
afc163 committed Dec 24, 2019
1 parent 658e8be commit af1c78e
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -223,21 +223,21 @@ module.exports = {
docsearchOptions: {
apiKey: '200ec461f4aa0bb4f0e761566f1a1336',
indexName: 'antv_g2'
}
},
htmlCodeTemplate: `<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{title}}</title>
</head>
<body>
<div id="container" />
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.5.1/dist/g2.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.10.1/dist/data-set.min.js"></script>
<script>
{{code}}
</script>
</body>
</html>`
},
htmlCodeTemplate: `<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{{title}}</title>
</head>
<body>
<div id="container" />
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.g2-3.5.1/dist/g2.min.js"></script>
<script src="https://gw.alipayobjects.com/os/antv/pkg/_antv.data-set-0.10.1/dist/data-set.min.js"></script>
<script>
{{code}}
</script>
</body>
</html>`
}
};

0 comments on commit af1c78e

Please sign in to comment.