fix: add BASE_URL in icons of slack and twitter
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
name: 'Slack',
|
||||
key: 'slack',
|
||||
iconUrl: './assets/favicon.svg',
|
||||
iconUrl: '{BASE_URL}/apps/slack/assets/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/connections/slack',
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://slack.com/api',
|
||||
|
@@ -1,7 +1,7 @@
|
||||
export default {
|
||||
name: 'Twitter',
|
||||
key: 'twitter',
|
||||
iconUrl: './assets/favicon.svg',
|
||||
iconUrl: '{BASE_URL}/apps/twitter/assets/favicon.svg',
|
||||
authDocUrl: 'https://automatisch.io/docs/connections/twitter',
|
||||
supportsConnections: true,
|
||||
baseUrl: 'https://api.twitter.com',
|
||||
|
Reference in New Issue
Block a user