sort tags

This commit is contained in:
Oliver Bryan
2025-09-30 16:33:09 +01:00
parent e4b4e2b10f
commit 5ccaf76b86
2 changed files with 4 additions and 0 deletions

View File

@@ -9,6 +9,8 @@ const {
isHidden = false,
tags = [],
} = Astro.props;
tags.sort();
---
<style>