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
1 changed files with 2 additions and 0 deletions

View File

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