build(deps): remove alpinejs
This commit is contained in:
parent
578fc82faa
commit
2ea801032d
3 changed files with 599 additions and 647 deletions
|
@ -1,14 +1,12 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
import alpinejs from "@astrojs/alpinejs";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import mdx from "@astrojs/mdx";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
import { defineConfig } from "astro/config";
|
||||
|
||||
import sitemap from "@astrojs/sitemap";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [
|
||||
alpinejs(),
|
||||
mdx(),
|
||||
sitemap({
|
||||
serialize(item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue