Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
fedify-dev/fedifyWorks with
•JSR Score100%•This package works with Node.js, Deno, BunIt is unknown whether this package works with Cloudflare Workers



License
•MIT
Downloads2/wk
•Publisheda week ago (2.2.0)
Integrate Fedify with Astro
Functions
f
fedifyIntegration(): AstroIntegration
Create an Astro integration that configures Vite SSR settings for Fedify compatibility.
f
fedifyMiddleware<TContextData>(): MiddlewareHandler
federation: Federation<TContextData>,
contextDataFactory: ContextDataFactory<TContextData>
Create an Astro middleware to integrate with the Federation object.
Type Aliases
T
ContextDataFactory<TContextData> = (context: APIContext) => TContextData | Promise<TContextData>
A factory function to create a context data for the Federation object.