diff --git a/routes/calendar.vue b/routes/calendar.vue index 3430c0732..93dac489c 100644 --- a/routes/calendar.vue +++ b/routes/calendar.vue @@ -67,7 +67,7 @@ head() { return head({ title: this.$t('calendar.headerLong'), - banner: this.imageOverview, + banner: `calendar/overview.png`, }); }, };