Skip to content
Snippets Groups Projects
Verified Commit 2e68f983 authored by Kirill Stytsenko's avatar Kirill Stytsenko
Browse files

Disable SSR

parent c8f94dbc
No related branches found
No related tags found
3 merge requests!81New stable release,!43Merge dev to master,!41UI March
...@@ -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