[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.

Merge pull request #12 from jrekier/main

Minor change to fix error when building and serving locally

author
Florian
committer
GitHub
date (Jan 17, 2026, 5:41 AM +0100) commit ea782c72 parent 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"],