Improved search
This commit is contained in:
parent
815ca4d528
commit
122cfaf7eb
18 changed files with 275 additions and 72 deletions
|
|
@ -3,7 +3,7 @@ import tailwindIntegration from "@astrojs/tailwind";
|
|||
import markdownIntegration from "@astropub/md";
|
||||
import mdxIntegration from "@astrojs/mdx";
|
||||
import htaccessIntegration from "astro-htaccess";
|
||||
import pagefindIntegration from "astro-pagefind";
|
||||
import pagefindIntegration from "./src/integrations/pagefind";
|
||||
import alpinejsIntegration from "@astrojs/alpinejs";
|
||||
import { AI_BOTS } from "./src/data/ai_bots";
|
||||
|
||||
|
|
@ -17,7 +17,9 @@ export default defineConfig({
|
|||
markdownIntegration(),
|
||||
mdxIntegration(),
|
||||
alpinejsIntegration(),
|
||||
pagefindIntegration(),
|
||||
pagefindIntegration({
|
||||
forceLanguage: "en",
|
||||
}),
|
||||
htaccessIntegration({
|
||||
generateHtaccessFile: import.meta.env.APACHE_CONFIG === "true",
|
||||
customRules: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue