Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Latest commit

Β 

History

History
23 lines (15 loc) Β· 494 Bytes

File metadata and controls

23 lines (15 loc) Β· 494 Bytes

πŸ§‘β€πŸš€ AstroCors 🌟

CORS middleware for Astro.js applications. πŸš€

Astro fans, this is designed to help you tackle CORS issues in the browser when using Astro.js. With AstroCors, you no longer have to face CORS errors when developing Astro.js applications. πŸ˜„

πŸ“¦ Installation

npm install astrocors

πŸ”§ Usage

import { corsMiddleware } from "astrocors";

Use it in your Astro.js application, in src/middleware.js

export default corsMiddleware;