@inox-tools/cut-short
v1.0.1
Published
Immediately halt request processing and return custom responses effortlessly.
Downloads
138
Maintainers
Readme
Cut Short
Immediately halt request processing and return custom responses effortlessly.
Install
npm i @inox-tools/cut-short
Add 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({})],
});