changed from hexo to custom react stuff #1

Merged
developomp merged 73 commits from dev into master 2021-06-27 14:37:56 +09:00
Showing only changes of commit c99808ab51 - Show all commits

View file

@ -1,11 +1,14 @@
{
"hosting": {
"target": "dev",
"cleanUrls": true,
"public": "hexo/public",
"ignore": [
"firebase.json",
"**/.*",
"**/node_modules/**"
]
"public": "source/build",
"rewrites": [
{
"source": "**",
"destination": "/index.html"
}
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
}
}