Skip to content

Commit daebe91

Browse files
committed
fix:firebase deployment
1 parent f92ed99 commit daebe91

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

angular.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
"build": {
1414
"builder": "@angular-devkit/build-angular:application",
1515
"options": {
16-
"outputPath": {
17-
"base": "www"
18-
},
19-
"index": "src/index.html",
16+
"outputPath": "www""index": "src/index.html",
2017
"polyfills": [
2118
"src/polyfills.ts"
2219
],

firebase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"hosting": {
3-
"public": "www",
3+
"public": "www/browser",
44
"ignore": [
55
"firebase.json",
66
"**/.*",

ionic.config.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
{
22
"name": "harvardclassics",
3-
"integrations": {
4-
"cordova": {}
5-
},
3+
"integrations": {},
64
"type": "angular"
75
}

0 commit comments

Comments
 (0)