diff --git a/capacitor.config.ts b/capacitor.config.ts index 606c656..fc82d71 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -1,8 +1,8 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { - appId: 'com.jamesonsaunders.convertwebsitetoapp', - appName: 'Website to App', + appId: 'site.yrg.prod.square', + appName: 'YRG Productions', webDir: 'www', bundledWebRuntime: false, };