File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ const resolvedImageWithDomain = new URL(
2121const { title } = Astro .props ;
2222
2323const makeTitle = title
24- ? title + " | " + " Astroship "
25- : " Astroship - Starter Template for Astro with Tailwind CSS " ;
24+ ? title + " | " + " OpenCMUQ "
25+ : " Home | OpenCMUQ " ;
2626---
2727
2828<!DOCTYPE html >
@@ -36,7 +36,7 @@ const makeTitle = title
3636 <!-- <link rel="preload" as="image" href={src} alt="Hero" /> -->
3737 <SEO
3838 title ={ makeTitle }
39- description =" Astroship is a starter website template for Astro built with TailwindCSS ."
39+ description =" An open source initiative within Carnegie Mellon University - Qatar ."
4040 canonical ={ canonicalURL }
4141 twitter ={ {
4242 creator: " @surjithctly" ,
@@ -47,11 +47,11 @@ const makeTitle = title
4747 basic: {
4848 url: canonicalURL ,
4949 type: " website" ,
50- title: ` Astroship - Starter Template for Astro ` ,
50+ title: ` OpenCMUQ ` ,
5151 image: resolvedImageWithDomain ,
5252 },
5353 image: {
54- alt: " Astroship Homepage Screenshot" ,
54+ alt: " OpenCMUQ Homepage Screenshot" ,
5555 },
5656 }}
5757 />
You can’t perform that action at this time.
0 commit comments