Waiting for slides to warm up...
--- import { getLangFromUrl } from '../i18n/utils' import 'reveal.js/dist/reveal.css' import 'reveal.js/dist/theme/white.css' import 'reveal.js/plugin/highlight/monokai.css' interface Props { title: string; } const lang = getLangFromUrl(Astro.url); const { title } = Astro.props; ---