File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
docs/content/1.getting-started Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2727
2828## Preview
2929
30- Coming soon! -> https://github. com/Baroshem/ nuxt-security/issues/14
30+ [ ![ Open in StackBlitz ] ( https://developer.stackblitz. com/img/open_in_stackblitz.svg )] ( https://stackblitz.com/github/baroshem/ nuxt-security-stackblitz )
3131
3232## Setup
3333
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ title: Quick start
33description : ' '
44---
55
6+ ## Preview
7+
8+ [ ![ Open in StackBlitz] ( https://developer.stackblitz.com/img/open_in_stackblitz.svg )] ( https://stackblitz.com/github/baroshem/nuxt-security-stackblitz )
9+
610## Setup
711
8121 . ** Install Security integration**
@@ -19,8 +23,6 @@ description: ''
19232. ** Enable the module in your Nuxt configuration**
2024
2125 ` ` ` js{}[nuxt.config.js]
22- import { defineNuxtConfig } from ' nuxt'
23-
2426 export default defineNuxtConfig({
2527 modules: [' nuxt-security' ]
2628 })
@@ -29,8 +31,6 @@ description: ''
29313. ** Add Security configuration**
3032
3133 ` ` ` js{}[nuxt.config.js]
32- import { defineNuxtConfig } from ' nuxt'
33-
3434 export default defineNuxtConfig({
3535 modules: [' nuxt-security' ],
3636 security: {
You can’t perform that action at this time.
0 commit comments