1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-31 21:11:44 +02:00

Add course page to index

This commit is contained in:
Kamran Ahmed
2025-01-31 16:57:43 +00:00
parent 34ba9162b2
commit 126501b40a

View File

@@ -10,7 +10,6 @@ import SkeletonLayout from '../../layouts/SkeletonLayout.astro';
description='Learn SQL from the ground up. This course covers the basics of SQL, intermediate concepts, and advanced topics.'
keywords={['sql', 'database', 'database management', 'database administration']}
canonicalUrl='/courses/sql'
noIndex={true}
>
<SQLCoursePage client:load />
</SkeletonLayout>