Skip to content

Commit

Permalink
add ssr configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Feb 17, 2024
1 parent 9380b30 commit ff88c75
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pages/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,5 +97,10 @@ export default {
},
],
},
},
vite: {
ssr: {
noExternal: ["vuetify"]
}
}
}

0 comments on commit ff88c75

Please sign in to comment.