diff --git a/capacitor.config.ts b/capacitor.config.ts index 5a2fb07..6e16213 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -1,9 +1,9 @@ import type { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { - appId: 'com.quad4.webnews', - appName: 'Web News', - webDir: 'build' + appId: 'com.quad4.webnews', + appName: 'Web News', + webDir: 'build', }; export default config;