diff --git a/app.vue b/app.vue index 0448260a..b6156cf6 100644 --- a/app.vue +++ b/app.vue @@ -3,6 +3,8 @@ import type { Graph, Thing } from 'schema-dts'; const { t, locale } = useI18n(); const route = useRoute(); +const colorMode = useColorMode(); + const getDescription = (): string => { if (route.meta.description != null && route.meta.description != "") { return route.meta.description; @@ -82,7 +84,7 @@ useHead((): Record => ({ }));