This commit is contained in:
@@ -28,6 +28,6 @@ jobs:
|
|||||||
|
|
||||||
# 2. Copiamos todo el contenido actual (incluyendo archivos ocultos como .env o .next)
|
# 2. Copiamos todo el contenido actual (incluyendo archivos ocultos como .env o .next)
|
||||||
# Usamos comodines seguros para evitar bucles con '.' y '..'
|
# Usamos comodines seguros para evitar bucles con '.' y '..'
|
||||||
cp -r ./.[!.]* ./* /cirux/ 2>/dev/null || cp -r ./* /landing-cirux/
|
cp -r ./.[!.]* ./* /landing-cirux/ 2>/dev/null || cp -r ./* /landing-cirux/
|
||||||
|
|
||||||
echo "¡Despliegue completado con éxito!"
|
echo "¡Despliegue completado con éxito!"
|
||||||
|
|||||||
@@ -4,6 +4,15 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
<title>Cirux - Automatiza la Atención a tus Pacientes</title>
|
<title>Cirux - Automatiza la Atención a tus Pacientes</title>
|
||||||
|
|
||||||
|
<meta
|
||||||
|
property="og:image"
|
||||||
|
content="https://landing.cirux.cloud/media/logo-cirux.webp"
|
||||||
|
/>
|
||||||
|
<meta property="og:url" content="https://landing.cirux.cloud" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:image:width" content="200" />
|
||||||
|
|
||||||
<link rel="icon" type="image/png" href="media/favicon.png" />
|
<link rel="icon" type="image/png" href="media/favicon.png" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||||
|
|||||||
Reference in New Issue
Block a user