initial commit

This commit is contained in:
Kim, Jimin 2021-02-13 16:02:10 +09:00
commit 60444b4120
30 changed files with 50490 additions and 0 deletions

11
firebase.json Normal file
View file

@ -0,0 +1,11 @@
{
"hosting": {
"cleanUrls": true,
"public": "hexo/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
}
}