diff --git a/capacitor.config.ts b/capacitor.config.ts index 6b26f8bd..c56dd736 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -3,7 +3,11 @@ import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'com.compass.app', appName: 'Compass', - webDir: 'web/.next' + webDir: 'web/.next', + server: { + url: 'https://compassmeet.com', + cleartext: true + }, }; export default config;