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

Disable SSR

parent c8f94dbc
Branches
Tags
3 merge requests!81New stable release,!43Merge dev to master,!41UI March
......@@ -64,6 +64,7 @@
{{ nextTheme }} Theme
</v-list-item>
<v-list-item
v-if="token"
@click="logout">
Logout
</v-list-item>
......
......@@ -30,6 +30,7 @@ if (!process.env.KEY || !process.env.CERT) {
export default {
target: 'server',
ssr: false,
telemetry: false,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment