Add Pagefind searching
This commit is contained in:
parent
568b7709ec
commit
877c02ccfc
14 changed files with 828 additions and 207 deletions
|
|
@ -1,6 +1,7 @@
|
|||
import { defineConfig } from "astro/config";
|
||||
import tailwindIntegration from "@astrojs/tailwind";
|
||||
import markdownIntegration from "@astropub/md";
|
||||
import pagefindIntegration from "astro-pagefind";
|
||||
|
||||
// https://astro.build/config
|
||||
export default defineConfig({
|
||||
|
|
@ -10,6 +11,7 @@ export default defineConfig({
|
|||
applyBaseStyles: false,
|
||||
}),
|
||||
markdownIntegration(),
|
||||
pagefindIntegration(),
|
||||
],
|
||||
markdown: {
|
||||
smartypants: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue