Add Blog and Project layouts with SEO metadata

This commit is contained in:
itsfinniii
2026-03-20 18:06:29 +01:00
parent b6f3fdd15e
commit d53df4b898
3 changed files with 151 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
type WebpageLayoutProps = {
searchEngine: SearchEngine;
}
type BlogLayoutProps = {
searchEngine: SearchEngine;
tags: string[] | null;
}