feat: integrate astro-pagefind for enhanced search functionality and update related components
This commit is contained in:
parent
817d11a88d
commit
5e078db43e
5 changed files with 254 additions and 2 deletions
|
|
@ -2,9 +2,11 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
|
||||
import tailwindcss from "@tailwindcss/vite";
|
||||
import pagefind from "astro-pagefind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
integrations: [pagefind()],
|
||||
vite: {
|
||||
plugins: [tailwindcss()],
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue