changed from hexo to custom react stuff #1
1 changed files with 9 additions and 6 deletions
|
@ -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/**"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue