diff --git a/angular.json b/angular.json index f87c2c5..0313747 100644 --- a/angular.json +++ b/angular.json @@ -14,7 +14,8 @@ "builder": "@angular-devkit/build-angular:application", "options": { "outputPath": { - "base": "www" + "base": "www", + "browser": "" }, "index": "src/index.html", "polyfills": ["src/polyfills.ts"], diff --git a/capacitor.config.ts b/capacitor.config.ts index db681c1..917524a 100644 --- a/capacitor.config.ts +++ b/capacitor.config.ts @@ -3,7 +3,7 @@ import { CapacitorConfig } from '@capacitor/cli'; const config: CapacitorConfig = { appId: 'io.ionic.conferences.eas2021', appName: 'EAS 21', - webDir: 'www/browser', + webDir: 'www', }; export default config;