1.7.1 • Published 9 months ago
@kindspells/astro-shield v1.7.1
Astro-Shield
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.
1.7.1
9 months ago
1.7.0
9 months ago
1.6.1
10 months ago
1.6.0
10 months ago
1.5.3
10 months ago
1.5.2
10 months ago
1.5.1
10 months ago
1.5.0
10 months ago
1.4.2
10 months ago
1.4.1
10 months ago
1.3.7
10 months ago
1.4.0
10 months ago
1.3.8
10 months ago
1.3.6
1 year ago
1.3.5
1 year ago
1.3.4
1 year ago
1.3.3
1 year ago
1.3.2
1 year ago
1.3.1
1 year ago
1.3.0
1 year ago
1.2.0
1 year ago
1.1.0
1 year ago
1.0.1
1 year ago
0.5.1
1 year ago
0.5.0
1 year ago