Skip to content

Commit

Permalink
[docs] Add token to redirect feedbacks on slack
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfauquette committed Oct 21, 2022
1 parent 6800458 commit 4a00651
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ module.exports = {
PULL_REQUEST: process.env.PULL_REQUEST === 'true',
REACT_STRICT_MODE: reactStrictMode,
FEEDBACK_URL: process.env.FEEDBACK_URL,
SLACK_FEEDBACKS_TOKEN: process.env.SLACK_FEEDBACKS_TOKEN,
// #default-branch-switch
SOURCE_CODE_ROOT_URL: 'https://github.com/mui/mui-x/blob/master',
SOURCE_CODE_REPO: 'https://github.com/mui/mui-x',
Expand Down

0 comments on commit 4a00651

Please sign in to comment.