✨ Design of profile page
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'fr.lovemap.app',
|
||||
appName: 'Lovemap ❤️',
|
||||
webDir: 'out',
|
||||
server: {
|
||||
androidScheme: 'https',
|
||||
},
|
||||
backgroundColor: '#d94253',
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user