fix: use CollectionEntry type where possible
This commit is contained in:
parent
aa26e7cd55
commit
82b68b9f11
8 changed files with 107 additions and 104 deletions
|
@ -37,7 +37,7 @@ const allTagsSorted = freqSort(allTags);
|
|||
class="text-tertiary animate-reveal flex flex-wrap items-center gap-2 opacity-0 [animation-delay:0.1s]"
|
||||
>
|
||||
{
|
||||
allTagsSorted.map((tag: any) => (
|
||||
allTagsSorted.map((tag: string) => (
|
||||
<a
|
||||
href={`/tags/${createSlug(tag)}`}
|
||||
class="underline hover:no-underline"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue