Some checks failed
Deploy to Firebase Hosting on merge / build_and_deploy (push) Has been cancelled
18 lines
262 B
JSON
18 lines
262 B
JSON
{
|
|
"hosting": {
|
|
"site": "skatturnier",
|
|
"public": "build",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
}
|