Add Blog and Project layouts with SEO metadata
This commit is contained in:
5
astro/src/types/layouts/webpageLayout.d.ts
vendored
5
astro/src/types/layouts/webpageLayout.d.ts
vendored
@@ -1,3 +1,8 @@
|
||||
type WebpageLayoutProps = {
|
||||
searchEngine: SearchEngine;
|
||||
}
|
||||
|
||||
type BlogLayoutProps = {
|
||||
searchEngine: SearchEngine;
|
||||
tags: string[] | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user