Add SEO to BlogPage import at top
cgen-fd961b15d8264aa7b659b2e4730721e1
This commit is contained in:
parent
c8a3a6e0db
commit
2946d0cb29
1 changed files with 1 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue