diff --git a/src/components/Lightbox.astro b/src/components/Lightbox.astro index 3530e04d..99bee2aa 100644 --- a/src/components/Lightbox.astro +++ b/src/components/Lightbox.astro @@ -1,9 +1,13 @@ --- +import CommonUtils from "@util/CommonUtils"; + const { image, alt, path } = Astro.props; + +const baseUrl = CommonUtils.getBaseUrl(false); ---
- +