skip to content

Search

Unique tags validation

1 min read

This post is used for validating if duplicate tags are removed, regardless of the string case

# blog
# test
Not in series

This post is to test zod transform

If you open the file src/content/post/unique-tags.md, the tags array has a number of duplicate blog strings of various cases.

These are removed as part of the removeDupsAndLowercase function found in src/content/config.ts.