Add SEO to BlogPage import at top

cgen-fd961b15d8264aa7b659b2e4730721e1
This commit is contained in:
Builder.io 2025-10-19 21:25:38 +00:00
parent c8a3a6e0db
commit 2946d0cb29

View file

@ -15,6 +15,7 @@ import { Card, CardContent } from "@/components/ui/card";
import { Button } from "@/components/ui/button";
import { ArrowRight, Layers, ListFilter, Newspaper } from "lucide-react";
import type { BlogCategory, BlogPost } from "@/components/blog/types";
import SEO from "@/components/SEO";
const buildSlug = (post: BlogPost): string =>
post.slug || post.id?.toString() || "article";