1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-30 04:30:01 +02:00

Update og image

This commit is contained in:
Kamran Ahmed
2025-04-01 14:48:08 +01:00
parent 0f1e1962db
commit f3eed4d010
2 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

View File

@@ -2,9 +2,16 @@
import { AICourse } from '../../components/GenerateCourse/AICourse';
import BaseLayout from '../../layouts/BaseLayout.astro';
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 />
<CheckSubscriptionVerification client:load />
</BaseLayout>