Wrap Blog return with fragment and SEO and close properly
cgen-f4e44a22e5f949ff80bb25add0ad8ca3
This commit is contained in:
parent
0ed33cd468
commit
e18c8bbc55
1 changed files with 3 additions and 0 deletions
|
|
@ -208,6 +208,8 @@ const Blog = () => {
|
||||||
};
|
};
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
<>
|
||||||
|
<SEO pageTitle="Blog" description="Insights and updates from AeThex: tutorials, platform news, and community highlights." canonical={typeof window!== 'undefined' ? window.location.href : undefined as any} />
|
||||||
<Layout>
|
<Layout>
|
||||||
<div className="bg-slate-950 text-foreground">
|
<div className="bg-slate-950 text-foreground">
|
||||||
<BlogHero
|
<BlogHero
|
||||||
|
|
@ -337,6 +339,7 @@ const Blog = () => {
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
</>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue