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