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
No related branches found
No related tags found
No related merge requests found
......@@ -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