diff --git a/emotiondiary/.firebase/hosting.YnVpbGQ.cache b/emotiondiary/.firebase/hosting.YnVpbGQ.cache new file mode 100644 index 00000000..b7f2d9d8 --- /dev/null +++ b/emotiondiary/.firebase/hosting.YnVpbGQ.cache @@ -0,0 +1,15 @@ +favicon.ico,1650650368656,f5a989ee5bb144631d7a1d11ba62fb07ca9317c845c80d07dffa9dbcba8b2caa +robots.txt,1650098514132,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49 +assets/emotion1.png,1635483106000,cbd0382fd0ec4bd35544a04740a7945ec0f35ae4ca033bb43282bdaaf2859eda +assets/emotion2.png,1635483028000,2ff6f501cdcd066a990baf6ac3e53e2f406d53275910702edb0068aa0f4c7c97 +assets/emotion3.png,1635483108000,bbae2c1680fc6ba260b2ad67f3904b697563d62187cc3e803152ffd5a971844a +assets/emotion4.png,1635483114000,9b34f5917238841a4be60a8e1b7401050189f053220a220e9805b486ac3503e4 +assets/emotion5.png,1635483112000,41fcf09707ac8188b0c80944104c5053bf29677445c567c5c403d5e9a2fa576d +asset-manifest.json,1650787998667,6a243446f751b1991c9a2ae4ca1a8a61a274a76004d72c4c71e52e71a2b00711 +index.html,1650787998667,0ef845aeb201aa8373cb122a88c3403078cbf9c631f09977073d713ee0dc6d27 +static/css/main.797e2f48.css,1650787998671,308fd066a881c11e2e5661b35c22be7ad4288378c93313b3f118979530c8373c +thumbnail.png,1650787867115,fe36531dcbdd89fa2109559b7cf8e076c59e1b56f74a07585c25fc6a8ab2e965 +static/css/main.797e2f48.css.map,1650787998672,8d24ea17ef6ba7aab31938b3fa4e3419795776319be1c6c8a9e00f7994d2acbc +static/js/main.e36a06dd.js.LICENSE.txt,1650787998688,f0fdf3ec1b7f42c37f34facdc51d66b2e6c9428ca08d4c551e70f1738f3fba72 +static/js/main.e36a06dd.js,1650787998671,0900238aabd9848b9d42638a4e686eb11824f16a43713816556598ee57330ab8 +static/js/main.e36a06dd.js.map,1650787998672,0caf63613929605416baad9f7c288f7794b9d699c1cb0fc1e27787758a473f5d diff --git a/emotiondiary/.firebaserc b/emotiondiary/.firebaserc new file mode 100644 index 00000000..25393a3c --- /dev/null +++ b/emotiondiary/.firebaserc @@ -0,0 +1,5 @@ +{ + "projects": { + "default": "react-project-778c8" + } +} diff --git a/emotiondiary/firebase.json b/emotiondiary/firebase.json new file mode 100644 index 00000000..2bb48383 --- /dev/null +++ b/emotiondiary/firebase.json @@ -0,0 +1,13 @@ +{ + "hosting": { + "site": "liferecord", + "public": "build", + "ignore": ["firebase.json", "**/.*", "**/node_modules/**"], + "rewrites": [ + { + "source": "**", + "destination": "/index.html" + } + ] + } +} diff --git a/emotiondiary/public/index.html b/emotiondiary/public/index.html index 721e837e..a0bf6be8 100644 --- a/emotiondiary/public/index.html +++ b/emotiondiary/public/index.html @@ -7,6 +7,9 @@ + + + 감정 일기장 diff --git a/emotiondiary/public/thumbnail.png b/emotiondiary/public/thumbnail.png new file mode 100644 index 00000000..75fead3c Binary files /dev/null and b/emotiondiary/public/thumbnail.png differ