mirror of
https://github.com/VueTubeApp/VueTube
synced 2024-11-25 12:45:17 +00:00
Disabled Server SIde Rendering
This commit is contained in:
parent
99572a0313
commit
12c2565e14
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ export default {
|
|||
buildModules: ["@nuxtjs/vuetify"],
|
||||
modules: [],
|
||||
|
||||
ssr: false,
|
||||
|
||||
vuetify: {
|
||||
customVariables: ["~/assets/variables.scss"],
|
||||
treeShake: true,
|
||||
|
|
Loading…
Reference in a new issue