Open ctot-nondef opened 6 months ago
to fill the following template, please provide a path to the properties in projectConfig:
{ name: "description", content: t("DefaultLayout.meta.description") }, { property: "og:type", content: "website" }, { property: "og:title", content: t("DefaultLayout.meta.title") }, { property: "og:site_name", content: t("DefaultLayout.meta.title") }, { property: "og:description", content: t("DefaultLayout.meta.description") }, { property: "og:image", content: String( createUrl({ baseUrl: env.public.NUXT_PUBLIC_APP_BASE_URL, pathname: "/opengraph-image.png", }), ), }, { name: "twitter:card", content: "summary_large_image" }, { name: "twitter:creator", content: "@acdh_oeaw" }, { name: "twitter:site", content: "@acdh_oeaw" },
to fill the following template, please provide a path to the properties in projectConfig: