feat(index): add cupdate & beszel, remove lodestone
Some checks are pending
build dist / build-dist (push) Waiting to run
Some checks are pending
build dist / build-dist (push) Waiting to run
This commit is contained in:
parent
cb8d397e4d
commit
d61aa4ab51
8 changed files with 7 additions and 15 deletions
8
astro.config.ts
Normal file
8
astro.config.ts
Normal file
|
@ -0,0 +1,8 @@
|
|||
import tailwindcss from "@tailwindcss/vite";
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue