diff --git a/src/components/TwikooComments.astro b/src/components/TwikooComments.astro index c0c9278..06c990e 100644 --- a/src/components/TwikooComments.astro +++ b/src/components/TwikooComments.astro @@ -3,7 +3,6 @@ interface Props { envId: string; path?: string; } - const { envId, path } = Astro.props; --- @@ -14,76 +13,80 @@ const { envId, path } = Astro.props;