Skip to content

Commit

Permalink
update firebase hosting
Browse files Browse the repository at this point in the history
  • Loading branch information
SamX23 committed Nov 22, 2020
1 parent 926cacc commit 60345f4
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .firebase/hosting.YnVpbGQ.cache
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
asset-manifest.json,1606040301159,ad7615ae57c09fd5db8f75ac88cea09330bd90ed90ba271b74d6b368fa2e8cfd
index.html,1606040301159,13d398fc77e80b18b8b60232cd2f16617222236dc38e376a5cf2280623b11aca
logo.png,1606040228391,a0ddc0afe5bed15c44a402474a57dfd7f54bc588869bdfe1a45bb5410388f48c
static/js/2.1c51f6e3.chunk.js.LICENSE.txt,1606040301163,015359c09627fc15d3e8fbb572271072ec55ffaa682767288c3709ced1f435a4
static/js/3.4be6e825.chunk.js,1606040301163,e7120bfc808d114ae73faa3576c313fef3a773f4951dd53de00ffb2a18942469
static/js/4.b14a1615.chunk.js,1606040301163,30be15ca7dae05e9651c8548e3484d1e4ff90873f7206062ca7ecc6806078f7e
static/js/4.b14a1615.chunk.js.map,1606040301163,a40c8cc7b97e05d3b20af5a74f5b0685a622e9561be45e6fe71252f8786fdc15
static/js/5.3630bf50.chunk.js,1606040301163,ee3e88ddea7db38eaafe62d2bf7f787fda55df634648b3ab1d96ef3c873c5ab1
static/js/5.3630bf50.chunk.js.map,1606040301163,689bf904d7b403c147ba1ea69fd93e5b1fd3631dff27dd00b8843f9300b1ebab
static/js/main.25ea5c6d.chunk.js,1606040301159,b27703060f8ea88050a17c552decccc59fc1acc45ed5700927039a2e9bb58374
static/js/main.25ea5c6d.chunk.js.map,1606040301163,8f7cb7d0e8152a0477ed8e33b0383b50be3e86e80c36f5729fd0e878a1eb2710
static/js/runtime-main.c9ed5dfa.js,1606040301163,8dc73830c37afd6ac9c1901ec52dd3eba9ef545016ecaa9972c3969314734a8b
manifest.json,1606040228395,0958a5e0c831126100c8c2d06a6bbaa665a3900f21aaff4130238a6f5a113aa1
robots.txt,1606040228471,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec
static/js/runtime-main.c9ed5dfa.js.map,1606040301163,7ed6c3710737a26bc7a7a0c15334239cb2e7af0f4ac44a71753eb9bda6fcc5e0
favicon.ico,1606040228367,c599b7a91ab3627e3538125d9f40adc2d4bf949046984262670545dc7738af06
static/js/2.1c51f6e3.chunk.js,1606040301163,ba7185ab29e2b04ede6c178c09c2a0f99fe8ef6d9d776406676c4db156eeb076
static/js/3.4be6e825.chunk.js.map,1606040301163,21e6bc6a71eabdfdcf438f79adefda828614f4d70868ca16cdab0b61b7fe836e
static/js/2.1c51f6e3.chunk.js.map,1606040301163,9266a61503e895388ad808ac5bc06f8bd874f0b4048b1dee07969ab3b473ea61
5 changes: 5 additions & 0 deletions .firebaserc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"projects": {
"default": "search-engine-sam"
}
}
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,5 @@ This section has moved here: [https://facebook.github.io/create-react-app/docs/a
## License

MIT

<!-- firebase deploy --only hosting:simple-moviedb -->
13 changes: 13 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"hosting": {
"site": "simple-moviedb",
"public": "build",
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
]
}
}
Binary file added screenshot/movie-db.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 60345f4

@vercel
Copy link

@vercel vercel bot commented on 60345f4 Nov 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.