검증게시판 단계 추가
This commit is contained in:
@@ -5,10 +5,14 @@ const config: CapacitorConfig = {
|
||||
appName: 'GoldenChart',
|
||||
webDir: 'dist',
|
||||
server: {
|
||||
androidScheme: 'https',
|
||||
// https 스킴이면 WebView가 https://localhost → http API 호출이 mixed content로 차단됨 (Failed to fetch)
|
||||
androidScheme: 'http',
|
||||
iosScheme: 'capacitor',
|
||||
},
|
||||
plugins: {
|
||||
CapacitorHttp: {
|
||||
enabled: true,
|
||||
},
|
||||
SplashScreen: {
|
||||
launchAutoHide: true,
|
||||
backgroundColor: '#0f0f23',
|
||||
|
||||
Reference in New Issue
Block a user