mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-31 04:59:50 +02:00
Update og image
This commit is contained in:
BIN
public/og-images/ai-tutor.png
Normal file
BIN
public/og-images/ai-tutor.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 29 KiB |
@@ -2,9 +2,16 @@
|
|||||||
import { AICourse } from '../../components/GenerateCourse/AICourse';
|
import { AICourse } from '../../components/GenerateCourse/AICourse';
|
||||||
import BaseLayout from '../../layouts/BaseLayout.astro';
|
import BaseLayout from '../../layouts/BaseLayout.astro';
|
||||||
import { CheckSubscriptionVerification } from '../../components/Billing/CheckSubscriptionVerification';
|
import { CheckSubscriptionVerification } from '../../components/Billing/CheckSubscriptionVerification';
|
||||||
|
|
||||||
|
const ogImage = 'https://roadmap.sh/og-images/ai-tutor.png';
|
||||||
---
|
---
|
||||||
|
|
||||||
<BaseLayout title='AI Tutor' noIndex={true}>
|
<BaseLayout
|
||||||
|
title='AI Tutor'
|
||||||
|
noIndex={true}
|
||||||
|
ogImageUrl={ogImage}
|
||||||
|
description='Learn anything with AI Tutor. Pick a topic, and the AI will guide you through the learning process.'
|
||||||
|
>
|
||||||
<AICourse client:load />
|
<AICourse client:load />
|
||||||
<CheckSubscriptionVerification client:load />
|
<CheckSubscriptionVerification client:load />
|
||||||
</BaseLayout>
|
</BaseLayout>
|
||||||
|
Reference in New Issue
Block a user