修复移动端目录悬浮球,修复文章页布局,优化画廊

This commit is contained in:
nxxy335top
2026-05-21 22:56:57 +08:00
parent 788d0cc488
commit 67dc37c308
355 changed files with 1407 additions and 270 deletions
-8
View File
@@ -1,7 +1,5 @@
// @ts-check
import { defineConfig } from "astro/config";
import vue from "@astrojs/vue";
import Icons from "unplugin-icons/vite";
export default defineConfig({
base: "/themes/warm-island",
@@ -12,13 +10,7 @@ export default defineConfig({
cssMinify: true,
},
outDir: "./templates",
integrations: [vue()],
vite: {
plugins: [
Icons({
compiler: "vue3",
}),
],
css: {
preprocessorOptions: {
scss: {