minor: add some ids here and there

This commit is contained in:
2025-09-22 12:00:04 -04:00
parent fe2b500684
commit db4e81d852
6 changed files with 7 additions and 9 deletions

View File

@@ -5,7 +5,7 @@ useSeoMeta({ title: node?.title });
</script>
<template>
<div>
<div id="page-node-by-uri">
<SiteBreadcrumbs :breadcrumbs="breadcrumbs" />
<component :is="component" :node="node" />
</div>