diff --git a/components/Logo.vue b/components/Logo.vue index 2820bc96a6aaf0dc9ff7cf7e5a32594e75702c67..d60dc25c7eb207aca3ac8dc4065cf6ddb4861aad 100644 --- a/components/Logo.vue +++ b/components/Logo.vue @@ -1,6 +1,6 @@ <template> <v-img - :src="require('~/static/img/logo.png')" + :src="require('@/static/img/logo.png')" max-height="150" max-width="200" ></v-img>