Skip to content

Commit

Permalink
Use prod milo
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Peyer committed Aug 29, 2022
1 parent d5a3075 commit aebdd1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sidekick/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function hasSchema(host) {
button: {
text: 'Send to CaaS',
action: async (_, sk) => {
const { default: sendToCaaS } = await import('https://draftsidekick--milo--adobecom.hlx.page/tools/send-to-caas/sidekick.js');
const { default: sendToCaaS } = await import('https://milo.adobe.com/tools/send-to-caas/sidekick.js');
sendToCaaS(_, sk);
},
},
Expand Down

0 comments on commit aebdd1e

Please sign in to comment.