target not server

This commit is contained in:
Yoann Chaudet
2022-07-20 15:28:26 -07:00
parent 844ceaff5a
commit 7875e4af8a
4 changed files with 4 additions and 4 deletions

View File

@@ -1,2 +1,2 @@
// Default Pages configuration for Nuxt
export default {server: 'static', router: {base: '/docs/'}}
export default {target: 'static', router: {base: '/docs/'}}