mirror of
https://github.com/eRgo35/website.git
synced 2026-02-04 05:26:11 +01:00
18 lines
269 B
JSON
18 lines
269 B
JSON
{
|
|
"hosting": {
|
|
"site": "mike-czyz-website",
|
|
"public": "public",
|
|
"ignore": [
|
|
"firebase.json",
|
|
"**/.*",
|
|
"**/node_modules/**"
|
|
],
|
|
"rewrites": [
|
|
{
|
|
"source": "**",
|
|
"destination": "/index.html"
|
|
}
|
|
]
|
|
}
|
|
}
|