Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Ondřej Bazala
PV247
Commits
ed76ba28
Unverified
Commit
ed76ba28
authored
Dec 05, 2021
by
Michal Čaniga
Browse files
Add firebase hosting
parent
6fa6717a
Changes
4
Hide whitespace changes
Inline
Side-by-side
.firebase/hosting.YnVpbGQ.cache
0 → 100644
View file @
ed76ba28
asset-manifest.json,1638708427108,fbb673b7e57a63cdbf633c115f563e208beeb500578ee45af10b63b96d20630e
favicon-16x16.png,1638708366200,daaa8f360f2fca0a662985caf06d341b1dd9984b01c1ea5819bf4e098735d25f
favicon-32x32.png,1638708366200,f2a6e02bd7dd63e0a8642ffbb39a3195281dab8f06f0f5055625c4674d8bc4dd
index.html,1638708427108,7e369d143ed46274d2a2677fd323dd2be1721c553d5de681a2f978b3d92840fa
favicon.ico,1638708366200,c10210d812c1284c764de172f70cb101b9b6c74e297c350236079f54b4f98edb
manifest.json,1638708366204,69ad0547ce17d3a59385def6b1960d8fa4849b798bb725b9d6498506392a6642
robots.txt,1638708366204,2544ca049f223a42bff01f72ad930a5edba75bbb7199d0f8430a02ff5aca16ec
placeholder.png,1638708366204,5f9944486106b1398ba92f1e167de1cb600d8998fae0b1a61a3039f2bd985e80
static/css/main.5972cc68.chunk.css,1638708427108,147a9027e99fb8e8d42dda7feffa43ef703df594ea176f7cf39bb3e766a2a265
static/css/main.5972cc68.chunk.css.map,1638708427128,6af75131e8cf79f56d4cc34247ee7a8b28f001dcd17f3c7a4eb0895b077dd127
static/js/2.888e5dc4.chunk.js.LICENSE.txt,1638708427128,b4fb54e3e1d5379492b2ab350822502138a9a36911ef31aa7ed5368068d40512
static/js/runtime-main.2e3a98b7.js,1638708427108,53675d5d6d2b3bbc23a8ca00f2fa5e7a350da20b0b7fe6f11ff375ab1550bd53
static/js/runtime-main.2e3a98b7.js.map,1638708427128,a8216e1f48b292ffde251cc108fbd94da0bfa9d2051ff6c0071e9d663417f724
ash.png,1638708366200,11a6f08eb5d9448914c33932216a2c174fd9e07f7336064634a992ea0bbd0927
logo192.png,1638708366200,ccc2649c7a2f1ce1bf6335c1ff0fac4ebb684d8966829f11a21c73b75ae3cc51
static/js/main.57b49c80.chunk.js,1638708427128,29d8c391f5ab786a57418ec4fab036393d5a0e38a3f5d735c3a96316d86a2728
beer.jpg,1638708366200,4a20f512d6fd24aa1cd981fc640b099f76b7632168d5705c7cdb7cc2e1b2d3b8
nuggets.jpg,1638708366204,ed5b795b9ee9ec1a57cdfcdbb1ac31469f0cc35a21bbb481202441b65165e2cf
leaderboard.png,1638708366200,c8780e77c8ed37be4b106923b715717d9981dda3a5444d2e6d41e211936eb9cf
logo512.png,1638708366204,c2b32af6b0c3f9d5a1cd15c26daacd34f37352ffba50a7f7a731ad966ae3d37e
static/js/main.57b49c80.chunk.js.map,1638708427128,6fb66acc3ca07da617b2cfca123649d753c2a99b2adf04b980db6609f028b5d6
game.png,1638708366200,e3ef6c4ee075bfe9051cf1338bf8e2296b4bdd04f2d1ca58bc6713d01f4c8804
store.png,1638708366204,fffceab5aab29c2b621f7d2ec270c3ec92cfbc168feb5f94803094e4eb97a37a
static/css/2.a95be28f.chunk.css,1638708427128,73e67fe258e4b7e5f5d931089a624f1c355404d1bbe71bd2f3f7cab10ee715e7
encyclopedia.png,1638708366200,f4fe4e4aca4e114eb3a2280bd85d1c633b2dcbd682e4841c0ef3e4e27e5d3d40
static/js/2.888e5dc4.chunk.js,1638708427128,ca0cc1915c45605700f3a8de9597441d41ef93d7c7f912d9f56434a3214573aa
static/css/2.a95be28f.chunk.css.map,1638708427128,24cfb651d33c793614c44fab9cf31dc783fdf68dc72442ec78f09f71c94144cf
static/js/2.888e5dc4.chunk.js.map,1638708427128,0209a146c29b6872fb99acfc50f137d2205cb37a8948cab683ec39050a3f4d96
.firebaserc
0 → 100644
View file @
ed76ba28
{
"projects": {
"default": "pv247-pokemon-game"
}
}
firebase.json
0 → 100644
View file @
ed76ba28
{
"hosting"
:
{
"public"
:
"build"
,
"ignore"
:
[
"firebase.json"
,
"**/.*"
,
"**/node_modules/**"
],
"rewrites"
:
[
{
"source"
:
"**"
,
"destination"
:
"/index.html"
}
]
}
}
public/index.html
View file @
ed76ba28
...
...
@@ -12,16 +12,16 @@
/>
<!-- Open Graph / Facebook -->
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:url"
content=
""
>
<meta
property=
"og:url"
content=
"
https://pv247-pokemon-game.web.app/
"
>
<meta
property=
"og:title"
content=
"Pokemon Game"
>
<meta
property=
"og:description"
content=
"Website developed as a final project in React development course."
>
<meta
property=
"og:image"
content=
""
>
<meta
property=
"og:image"
content=
"
https://pv247-pokemon-game.web.app/public/logo512.png
"
>
<!-- Twitter -->
<meta
property=
"twitter:url"
content=
""
>
<meta
property=
"twitter:url"
content=
"
https://pv247-pokemon-game.web.app/
"
>
<meta
property=
"twitter:title"
content=
"Pokemon Game"
>
<meta
property=
"twitter:description"
content=
"Website developed as a final project in React development course."
>
<meta
property=
"twitter:image"
content=
""
>
<meta
property=
"twitter:image"
content=
"
https://pv247-pokemon-game.web.app/public/logo512.png
"
>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment