Skip to content

Commit 5419a22

Browse files
authored
Update capacitor.config.ts
1 parent aab5054 commit 5419a22

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

source-code/capacitor.config.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ const config: CapacitorConfig = {
66
webDir: 'dist',
77
server: {
88
androidScheme: 'https'
9-
}
9+
},
10+
// Removed SplashScreen plugin configuration as requested
11+
plugins: {},
1012
};
1113

1214
export default config;

0 commit comments

Comments
 (0)