perf: optimization phases 3-5

This commit is contained in:
2026-02-26 12:50:12 -05:00
parent 7b3141e5e9
commit 2dd3384882
6 changed files with 41 additions and 4 deletions

View File

@ -7,6 +7,16 @@ const config: CapacitorConfig = {
server: {
androidScheme: 'http',
cleartext: true
},
plugins: {
SplashScreen: {
launchShowDuration: 2000,
launchAutoHide: true,
backgroundColor: "#101820",
androidSplashResourceName: "splash",
androidScaleType: "CENTER_CROP",
showSpinner: false,
}
}
};