0
0
Fork 0
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:
Divyansh Agrawal 2022-06-14 13:27:01 +05:30 committed by GitHub
parent 99572a0313
commit 12c2565e14
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,8 @@ export default {
buildModules: ["@nuxtjs/vuetify"],
modules: [],
ssr: false,
vuetify: {
customVariables: ["~/assets/variables.scss"],
treeShake: true,