more post support

This commit is contained in:
2026-04-14 22:19:26 +01:00
parent b61ecb13bd
commit da06ae1279
11 changed files with 124 additions and 43 deletions
+1 -2
View File
@@ -1,13 +1,12 @@
<script lang="ts" module>
import json from "./dic.json";
const imageModules = import.meta.glob(
"./imgs/*.{avif,AVIF,heif,HEIF,jpeg,gif,GIF,JPEG,jpg,JPG,png,PNG,tiff,TIFF,webp,WEBP}",
"./imgs/*.{avif,AVIF,heif,HEIF,jpeg,JPEG,jpg,JPG,png,PNG,tiff,TIFF,webp,WEBP}",
{
eager: true,
import: "default",
query: {
enhanced: true,
format: "gif",
},
},
);