Skip to content

Commit

Permalink
Merge pull request #2 from clement128/branch1
Browse files Browse the repository at this point in the history
chancel 2
  • Loading branch information
clement128 authored Dec 11, 2020
2 parents b586284 + 1fa390d commit c5c5d38
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,21 @@
"destination": "/index.html"
}
]
},
{
"site": "test-firebase-chancel-2",
"public": "build",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
]
}
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ function App() {
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
change 2
chancel 2
</p>
<a
className="App-link"
Expand Down

0 comments on commit c5c5d38

Please sign in to comment.