UNPKG

astro-htaccess

Version:

Astro integration to generate an Apache .htaccess file

5 lines (4 loc) 226 B
import { integration as htaccessIntegration } from "./htaccess.js"; export type { Config as HtaccessConfig, RedirectCode, ErrorCode } from "./htaccess.d.ts"; export { htaccessIntegration }; export default htaccessIntegration;