base_ui/utils/useSeoMeta.ts

9 lines
329 B
TypeScript
Raw Normal View History

2025-02-01 09:34:55 +00:00
// 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",
// });