[READ-ONLY] Mirror of https://github.com/flo-bit/blog-template. minimalistic astro blog template flo-bit.dev/blog-template/
astro blog template
0

Configure Feed

Select the types of activity you want to include in your feed.

Minor change to fix error when building and serving locally

authored by

Jérémy Rekier and committed by
GitHub
(Jan 16, 2026, 5:46 PM +0100) bfdde2e8 aac2a4f5

+1 -1
+1 -1
astro.config.ts
··· 38 38 ssr: { 39 39 noExternal: [BASE + "/pagefind/pagefind.js"], 40 40 }, 41 - plugins: [pagefind()], 41 + plugins: [pagefind({ outputDirectory: "dist" })], 42 42 build: { 43 43 rollupOptions: { 44 44 external: [BASE + "/pagefind/pagefind.js"],