diff --git a/src/layouts/embed.astro b/src/layouts/embed.astro new file mode 100644 index 0000000..93e3502 --- /dev/null +++ b/src/layouts/embed.astro @@ -0,0 +1,34 @@ +--- +import '~/assets/css/tailwind.css' + +import { PageHead } from '~/helpers/config-node.js' + +import VueBaseLayout from '../../layouts/base.vue' + +const { + // headTitle, + // headDescription, + headOptions = {} +} = Astro.props + +// console.log('Astro.site', Astro.site ) + +const pageHead = new PageHead({ + domain: Astro.site.origin, + + ...headOptions +}) + +--- + + + + { pageHead.title } + + + + + + + +