1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-01-17 14:18:17 +01:00

Update description for the community page

This commit is contained in:
Kamran Ahmed 2024-07-30 23:30:33 +01:00
parent 052236ded3
commit 58612589c9

View File

@ -1,8 +1,12 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
import { DiscoverRoadmaps } from '../components/DiscoverRoadmaps/DiscoverRoadmaps';
const title = 'Discover Custom Roadmaps';
const description =
'Explore the community-created roadmaps to learn new skills, tools, and technologies. You can also create your own roadmap and share it with the world.';
---
<BaseLayout title='Discover Custom Roadmaps'>
<BaseLayout title={title} description={description}>
<DiscoverRoadmaps client:load />
</BaseLayout>