From 236b2cad7c0e2cb1d8057c4efbf9855016325665 Mon Sep 17 00:00:00 2001 From: Henrique Ramos Date: Sat, 14 Dec 2024 21:13:04 -0300 Subject: [PATCH] fix: use reveal.js CDN instead of relative node_modules import --- src/layouts/SlideLayout.astro | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/layouts/SlideLayout.astro b/src/layouts/SlideLayout.astro index b88e949..e384d33 100644 --- a/src/layouts/SlideLayout.astro +++ b/src/layouts/SlideLayout.astro @@ -14,10 +14,19 @@ const { title, authors, description } = Astro.props; {description && } {authors.map((author) => )} - +