Skip to content

Commit

Permalink
fix: images
Browse files Browse the repository at this point in the history
  • Loading branch information
Guada8a committed Jul 8, 2024
1 parent da9f325 commit 09e3155
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,5 @@ export default defineConfig({
integrations: [tailwind()],
site: 'https://guada8a.github.io/portfolio', // Reemplaza con la URL de tu GitHub Pages
base: '/portfolio/', // Reemplaza con el nombre de tu repositorio
integrations: [tailwind()],
outDir: 'dist', // Directorio de salida (puede ser cambiado según tu preferencia)
});
6 changes: 3 additions & 3 deletions src/components/Projects.astro
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ const PROJECTS = [
description: "Nueva Interfaz de SICEUC, con un diseño más apegado a los que se usa actualmente en SICEUC 2 y en la página de la UdeC.",
link: "https://guada8a.github.io/SICEUCV2/",
github: "https://github.com/Guada8a/SICEUCV2",
image: "/projects/422shots_so.jpg",
image: "/portfolio/portfolio/projects/422shots_so.jpg",
tags: [TAGS.HTML, TAGS.CSS, TAGS.JavaScript, TAGS.PHP],
},
{
title: "Sistema de Planeación Académica de Media Superior",
description: "Sistema de Planeación Académica de Media Superior, para la planeación de asignaturas de los docentes de la UdeC.",
link: "",
github: "",
image: "/projects/spams.png",
image: "/portfolio/projects/spams.png",
tags: [TAGS.HTML, TAGS.CSS, TAGS.JavaScript, TAGS.PHP],
},
{
title: "Puerto Inteligente Seguro (PIS) (Colaboración) ",
description: "Módulo de Archivo de la Aplicación de Puerto Inteligente Seguro (PIS).",
link: "https://www.puertointeligenteseguro.com.mx/#/login",
github: "",
image: "/projects/pis.png",
image: "/portfolio/projects/pis.png",
tags: [TAGS.React, TAGS.Vite],
}
];
Expand Down

0 comments on commit 09e3155

Please sign in to comment.