diff --git a/capacitor.config.ts b/capacitor.config.ts index 00c8eba..908bdc3 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -4,6 +4,9 @@ const config: CapacitorConfig = { appId: 'social.flotilla', appName: 'Flotilla', webDir: 'build' + server: { + androidScheme: "https" + }, plugins: { SplashScreen: { androidSplashResourceName: "splash"