Skip to content

Commit

Permalink
fix reveal import css
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Feb 11, 2025
1 parent 95b49dd commit 6c48633
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/layouts/slidersLayout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ import "@fontsource/poppins";
<meta name="generator" content={Astro.generator} />
<title>FOPEA</title>
<!-- Importa los estilos básicos de reveal.js -->
<link rel="stylesheet" href="node_modules/reveal.js/dist/reveal.css" />

<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/5.1.0/reveal.min.css"
/>
<link
rel="stylesheet"
href="node_modules/reveal.js/dist/theme/simple.css"
href="https://cdnjs.cloudflare.com/ajax/libs/reveal.js/5.1.0/theme/simple.min.css"
/>
</head>
<body>
Expand Down

0 comments on commit 6c48633

Please sign in to comment.