修复EXIF

This commit is contained in:
nxxy335top
2026-05-18 20:35:58 +08:00
parent a0c64736eb
commit 0021045c5f
19 changed files with 315 additions and 911 deletions
+2
View File
@@ -5,9 +5,11 @@ import Icons from "unplugin-icons/vite";
export default defineConfig({
base: "/themes/warm-island",
compressHTML: true,
build: {
assets: "assets",
format: "file",
cssMinify: true,
},
outDir: "./templates",
integrations: [vue()],