Fix: Address codebase error
This commit is contained in:
@@ -12,8 +12,26 @@ const config: CapacitorConfig = {
|
||||
plugins: {
|
||||
SplashScreen: {
|
||||
launchShowDuration: 2000,
|
||||
backgroundColor: "#f2f2f2"
|
||||
backgroundColor: "#f2f2f2",
|
||||
androidScaleType: "CENTER_CROP",
|
||||
showSpinner: false
|
||||
},
|
||||
Keyboard: {
|
||||
resize: "body",
|
||||
style: "dark",
|
||||
resizeOnFullScreen: true
|
||||
}
|
||||
},
|
||||
android: {
|
||||
buildOptions: {
|
||||
keystorePath: "",
|
||||
keystoreAlias: "",
|
||||
releaseType: "AAB"
|
||||
}
|
||||
},
|
||||
ios: {
|
||||
scheme: "젤리의적자탈출",
|
||||
contentInset: "automatic"
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user