Skip to content

Commit

Permalink
Use native-x compat api
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbk committed Sep 26, 2023
1 parent c918730 commit ba29a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/global/config/native-x.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const NativeXConfiguration = require('@parameter1/base-cms-marko-web-native-x/config');

module.exports = ({
uri = 'https://diverse.native-x.parameter1.com',
uri = 'https://delivery.mindfulcms.com/cma/default/compat/native-website',
enabled = false,
} = {}) => new NativeXConfiguration(uri, { enabled });
} = {}) => new NativeXConfiguration(uri, { enabled, tenantKey: 'diverse' });

0 comments on commit ba29a4a

Please sign in to comment.