Skip to content

Commit

Permalink
Merge pull request #23 from Astrian/debug
Browse files Browse the repository at this point in the history
fix godmode problem
  • Loading branch information
Astrian Zheng authored Sep 6, 2019
2 parents dd2cd26 + d9d2614 commit c498b9f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules
godmode.json
dist
4 changes: 4 additions & 0 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ module.exports = {
},
]
}
},
algolia: {
apiKey: '740bcebdb87362934cffd9dd2deb2c6c',
indexName: 'ifs-rsvp-bot'
}
},
base: '/',
Expand Down
3 changes: 3 additions & 0 deletions godmode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"godmode": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ifs-rsvp-bot",
"version": "0.3.3",
"version": "0.3.4",
"description": "",
"engines": {
"node": "10.x"
Expand Down

0 comments on commit c498b9f

Please sign in to comment.