Skip to content

Commit

Permalink
chore(docs): fix nuxt/kit error
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ksem committed Aug 25, 2023
1 parent 8a79b8e commit 5db15c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ export default defineNuxtConfig({
"./page-config/**/*.{js,vue,ts}",
"./layouts/**/*.vue",
"./pages/**/*.vue",
"./modules/page-config/blocks/**/*.{js,ts}",
"./modules/page-config/blocks/**/*.vue",
"./app.vue",
]
}
Expand Down

0 comments on commit 5db15c2

Please sign in to comment.