@kindspells/astro-shield
TypeScript icon, indicating that this package has built-in type declarations

1.3.6 • Public • Published

Astro-Shield

NPM Version NPM Downloads GitHub commit activity GitHub Actions Workflow Status Socket Badge

Introduction

Astro-Shield helps you to enhance the security of your Astro site.

How to install

# With NPM
npm install --save-dev @kindspells/astro-shield

# With Yarn
yarn add --dev @kindspells/astro-shield

# With PNPM
pnpm add --save-dev @kindspells/astro-shield

How to use

In your astro.config.mjs file:

import { defineConfig } from 'astro/config'
import { shield } from '@kindspells/astro-shield'

export default defineConfig({
  integrations: [
    shield({})
  ]
})

Learn more

Other Relevant Guidelines

Main Contributors

This library has been created and is being maintained by KindSpells Labs.

License

This library is released under MIT License.

/@kindspells/astro-shield/

    Package Sidebar

    Install

    npm i @kindspells/astro-shield

    Weekly Downloads

    187

    Version

    1.3.6

    License

    MIT

    Unpacked Size

    47.6 kB

    Total Files

    10

    Last publish

    Collaborators

    • castarco