Skip to content
Snippets Groups Projects
Commit 8f7ae1e7 authored by Brian Perry's avatar Brian Perry
Browse files

Change web component live examples to use html

parent b0d22c7e
No related branches found
No related tags found
No related merge requests found
Pipeline #144471 passed
......@@ -48,7 +48,7 @@ if (!customElements.get("umami-articles")) {
}
```
```astro live
```html live
<umami-articles></umami-articles>
```
......@@ -95,7 +95,7 @@ class LitUmamiArticles extends LitElement {
}
```
```astro live
```html live
<lit-umami-articles></lit-umami-articles>
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment