From 8ffbfc3aa741bb84be9062390a073a3ca66af481 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel?= Date: Sun, 17 May 2026 18:05:49 -0400 Subject: [PATCH] fix(registry): use project-root-relative path for lava texture mask --- .../components/caption-texture-lava/caption-texture-lava.html | 4 ++-- registry/components/caption-texture-lava/demo.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/registry/components/caption-texture-lava/caption-texture-lava.html b/registry/components/caption-texture-lava/caption-texture-lava.html index 1542ea6f9..485915206 100644 --- a/registry/components/caption-texture-lava/caption-texture-lava.html +++ b/registry/components/caption-texture-lava/caption-texture-lava.html @@ -21,8 +21,8 @@ filter: contrast(var(--mask-contrast, 1)); } .hf-texture-lava { - -webkit-mask-image: url("lava.png"); - mask-image: url("lava.png"); + -webkit-mask-image: url("compositions/components/lava.png"); + mask-image: url("compositions/components/lava.png"); } *, diff --git a/registry/components/caption-texture-lava/demo.html b/registry/components/caption-texture-lava/demo.html index 1542ea6f9..485915206 100644 --- a/registry/components/caption-texture-lava/demo.html +++ b/registry/components/caption-texture-lava/demo.html @@ -21,8 +21,8 @@ filter: contrast(var(--mask-contrast, 1)); } .hf-texture-lava { - -webkit-mask-image: url("lava.png"); - mask-image: url("lava.png"); + -webkit-mask-image: url("compositions/components/lava.png"); + mask-image: url("compositions/components/lava.png"); } *,