add client side shuffel so every page refresh it stays fresh

This commit is contained in:
2026-03-18 15:54:29 +01:00
parent f1fbdbafdc
commit d10521f04b
11 changed files with 366 additions and 254 deletions

5
.prettierrc Normal file
View File

@@ -0,0 +1,5 @@
{
"plugins": ["prettier-plugin-astro"],
"overrides":
[{ "files": "*.astro", "*.md", "*.mdx", "options": { "parser": "astro" } }],
}