1.3.0 • Published 5 months ago
@inox-tools/cut-short v1.3.0
Cut Short
Immediately halt request processing and return custom responses effortlessly.
Install
npm i @inox-tools/cut-shortAdd the integration to your astro.config.mjs:
// astro.config.mjs
import { defineConfig } from 'astro';
import cutShort from '@inox-tools/cut-short';
export default defineConfig({
  integrations: [cutShort({})],
});