build: remove tailwindcss but add to docs
This commit is contained in:
parent
65e23b0d20
commit
8c3f766bc0
6 changed files with 36 additions and 27 deletions
|
|
@ -1,14 +1,14 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
import starlight from "@astrojs/starlight";
|
||||
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
starlight({
|
||||
title: "File Converter Tool",
|
||||
social: {
|
||||
github: "https://github.com/rzmk/fct",
|
||||
},
|
||||
}),
|
||||
],
|
||||
});
|
||||
integrations: [starlight({
|
||||
title: "File Converter Tool",
|
||||
social: {
|
||||
github: "https://github.com/rzmk/fct"
|
||||
}
|
||||
}), tailwind()]
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue