Skip to content
Snippets Groups Projects
Commit 9ea2395d authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Disable SSR

Former-commit-id: 2e68f983
parent d76df82d
Branches
Tags
No related merge requests found
...@@ -64,6 +64,7 @@ ...@@ -64,6 +64,7 @@
{{ nextTheme }} Theme {{ nextTheme }} Theme
</v-list-item> </v-list-item>
<v-list-item <v-list-item
v-if="token"
@click="logout"> @click="logout">
Logout Logout
</v-list-item> </v-list-item>
......
...@@ -30,6 +30,7 @@ if (!process.env.KEY || !process.env.CERT) { ...@@ -30,6 +30,7 @@ if (!process.env.KEY || !process.env.CERT) {
export default { export default {
target: 'server', target: 'server',
ssr: false,
telemetry: false, telemetry: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment