{
  "hosting": {
    "public": "build",
    "ignore": ["firebase.json", "**/.*", "**/node_modules/**"],
    "cleanUrls": true,
    "rewrites": [
      {"source": "/publicidad", "destination": "/publicidad.html"},
      {"source": "/certificaciones", "destination": "/certificaciones.html"},
      {"source": "/privacy", "destination": "/privacy.html"},
      {"source": "**", "destination": "/index.html"}
    ]
  }
}