Nuxt Content 3 migration #12

Merged
eggy merged 81 commits from js into master 2022-08-10 18:38:39 -04:00
Showing only changes of commit e56325677c - Show all commits

View File

@ -13,6 +13,7 @@ const route = useRoute();
// we're not using ContentDoc because i need control // we're not using ContentDoc because i need control
const doc = await queryContent<GeneralParsedContent>(route.path).findOne(); const doc = await queryContent<GeneralParsedContent>(route.path).findOne();
useTitle(doc.title);
</script> </script>
<template> <template>