mirror of
https://github.com/LukeHagar/sveltesociety.dev.git
synced 2025-12-07 12:47:45 +00:00
Fix for SvelteKit prerender validation
This commit is contained in:
@@ -32,9 +32,9 @@
|
|||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div class="card" class:active id="component-{encodeURI(title)}">
|
<div class="card" class:active id="component-{title}">
|
||||||
<h3>
|
<h3>
|
||||||
<a href="#component-{encodeURI(title)}">#</a> <a href={url}>{title}</a>
|
<a href="#component-{title}">#</a> <a href={url}>{title}</a>
|
||||||
{#if npm}<Tag
|
{#if npm}<Tag
|
||||||
click={() => copy()}
|
click={() => copy()}
|
||||||
variant="copy"
|
variant="copy"
|
||||||
|
|||||||
Reference in New Issue
Block a user