diff --git a/.gitignore b/.gitignore index 6d4c0aa..90b22c1 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,4 @@ pnpm-debug.log* # macOS-specific files .DS_Store +TODO diff --git a/bun.lockb b/bun.lockb index 27d9837..d6aa602 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/src/components/WebComponentWrapper.astro b/src/components/WebComponentWrapper.astro index dd003ce..3a2644e 100644 --- a/src/components/WebComponentWrapper.astro +++ b/src/components/WebComponentWrapper.astro @@ -18,7 +18,7 @@ const { contentId = "", imageUrl = "#", location = "" } = Astro.props;
-