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,6 +1,6 @@
export default {
// Disable server-side rendering: https://go.nuxtjs.dev/ssr-mode
server: 'static',
target: 'static',
router: { base: "/docs/" },
ssr: false,