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": { "hosting": {
"target": "dev",
"cleanUrls": true, "cleanUrls": true,
"public": "hexo/public", "public": "source/build",
"ignore": [ "rewrites": [
"firebase.json", {
"**/.*", "source": "**",
"**/node_modules/**" "destination": "/index.html"
] }
],
"ignore": ["firebase.json", "**/.*", "**/node_modules/**"]
} }
} }