base_ui/utils/useSeoMeta.ts
2025-02-01 13:04:55 +03:30

9 lines
329 B
TypeScript

// useSeoMeta({
// title: "My Amazing Site",
// ogTitle: "My Amazing Site",
// description: "This is my amazing site, let me tell you all about it.",
// ogDescription: "This is my amazing site, let me tell you all about it.",
// ogImage: "https://example.com/image.png",
// twitterCard: "summary_large_image",
// });