主页框架
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2026-03-31 22:54:14 +08:00
parent 36a6ff369d
commit a87c6faa1e
11 changed files with 1267 additions and 20 deletions

View File

@ -9,11 +9,13 @@ import vue from '@astrojs/vue';
import react from '@astrojs/react';
import icon from 'astro-icon';
// https://astro.build/config
export default defineConfig({
adapter: node({
mode: 'standalone',
}),
integrations: [svelte(), vue(), react()],
integrations: [svelte(), vue(), react(), icon()],
})