UNPKG

astro-cloudflare-pages-headers

Version:

A lightweight integration for Astro that automatically generates a Cloudflare Pages _headers file for deployments based on your server header configuration.

5 lines (4 loc) 307 B
// Do not write code directly here, instead use the `src` folder! // Then, use this file to export everything you want your user to access. export { default } from './src/integration'; export type { AstroConfig, AstroIntegrationLogger, AstroHeaders, HeadersFlat, HeadersNested, Routes } from './src/types';