first commit

This commit is contained in:
nxxy335top
2026-05-18 17:29:18 +08:00
parent e85fbd62f4
commit a0c64736eb
119 changed files with 13527 additions and 1228 deletions
+8 -2
View File
@@ -1,11 +1,10 @@
// @ts-check
import { defineConfig } from "astro/config";
import vue from "@astrojs/vue";
import Icons from "unplugin-icons/vite";
export default defineConfig({
base: "/themes/astro-starter",
base: "/themes/warm-island",
build: {
assets: "assets",
format: "file",
@@ -18,5 +17,12 @@ export default defineConfig({
compiler: "vue3",
}),
],
css: {
preprocessorOptions: {
scss: {
api: "modern-compiler",
},
},
},
},
});