build(deps): remove alpinejs

This commit is contained in:
Oliver Davies 2023-10-23 18:13:44 +01:00
parent 578fc82faa
commit 2ea801032d
3 changed files with 599 additions and 647 deletions

View file

@ -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) {