mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Pagefind indexing and browser search adapters behind a provider switch. This lets prebuild generate either Stork or Pagefind search artifacts and lets the existing search UI run against Pagefind while preserving scoped filters, excerpts, and result metadata.
5 lines
292 B
JavaScript
5 lines
292 B
JavaScript
export const pagefindLanguage = 'en'
|
|
export const pagefindOutputPath = './static/pagefind'
|
|
export const pagefindBundleRelativeURL = '/pagefind/'
|
|
export const pagefindScriptURL = `${ pagefindBundleRelativeURL }pagefind.js`
|
|
export const sitemapEndpointsPath = './static/sitemap-endpoints.json'
|