Skip to content

Commit 59de9d3

Browse files
committed
add new version
1 parent 77eb6f1 commit 59de9d3

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

my-app/firebase.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,6 @@
66
"firebase.json",
77
"**/.*",
88
"**/node_modules/**"
9-
],
10-
"rewrites": [
11-
{
12-
"source": "**",
13-
"destination": "/index.html"
14-
}
159
]
1610
}
1711
}

my-app/pages/_app.js

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,22 @@ export default function App({ Component, pageProps }) {
1212
</>
1313
)
1414
}
15+
16+
17+
// {
18+
// "hosting": {
19+
// "public": "out",
20+
// "site": "va-call",
21+
// "ignore": [
22+
// "firebase.json",
23+
// "**/.*",
24+
// "**/node_modules/**"
25+
// ],
26+
// "rewrites": [
27+
// {
28+
// "source": "**",
29+
// "destination": "/index.html"
30+
// }
31+
// ]
32+
// }
33+
// }

0 commit comments

Comments
 (0)