Design of profile page

This commit is contained in:
2024-09-05 19:23:11 +02:00
parent aebde116b2
commit 3b90f9acd2
10 changed files with 1215 additions and 24 deletions
+13
View File
@@ -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;