Commit 3c55a4e

HPCesia <me@hpcesia.com>
2025-03-06 07:10:10
fix: Waline load
Previous commit forgot to add the activation of the Waline component in Astro. This commit fixes that.
1 parent 8dd3d66
Changed files (1)
src
components
src/components/comment/Waline.astro
@@ -8,6 +8,7 @@ const walineConfig = commentConfig.waline!;
 ---
 
 <WalineComponent
+  client:visible
   serverURL={walineConfig.serverURL}
   path="window.location.pathname"
   dark={false}