{ "hosting": [ { "target": "app", "public": "build", "ignore": [ "firebase.json", "docs", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] }, { "target": "docs", "public": "docs/.vuepress/dist", "ignore": [ "firebase.json", "**/.*", "**/node_modules/**" ], "rewrites": [ { "source": "**", "destination": "/index.html" } ] } ] }