0
0
Fork 0
mirror of https://github.com/VueTubeApp/VueTube synced 2024-11-10 13:35:07 +00:00

Merge pull request #297 from DivyanshByte/main

Disable Server Side Rendering for Faster Builds
This commit is contained in:
Kenny 2022-06-14 09:40:06 -04:00 committed by GitHub
commit 026980b422
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,