diff --git a/src/components/Head.astro b/src/components/Head.astro new file mode 100644 index 0000000..a802414 --- /dev/null +++ b/src/components/Head.astro @@ -0,0 +1,22 @@ +--- +export interface Props { + title: string; +} +const { title } = Astro.props; +const description = + "Ayo Ayco is a software engineer and consultant for hire, expecializing in web development | " + + title; +--- + +
+ + + + + + + + + +