Skip to content

Commit

Permalink
docs: fix doc generation
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Jun 13, 2024
1 parent f21c7bc commit e418cff
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 60 deletions.
4 changes: 4 additions & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default defineNuxtConfig({
'@nuxt/devtools',
],

generate: {
routes: ['/'],
},

components: [
{
prefix: '',
Expand Down
1 change: 0 additions & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@nuxtjs/prismic.docs",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
Expand Down
Loading

0 comments on commit e418cff

Please sign in to comment.