Skip to content

Commit

Permalink
add vercel static output to ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
wobsoriano committed Oct 31, 2022
1 parent b58d662 commit fb3a0a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -49,3 +49,5 @@ coverage
Network Trash Folder
Temporary Items
.apdisk

.vercel
1 change: 1 addition & 0 deletions docs/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@ export default defineNuxtConfig({
crawlLinks: true,
routes: ['/'],
},
preset: 'vercel',
},
})

0 comments on commit fb3a0a8

Please sign in to comment.