feat(technologies): add full stack directory and home preview
This commit is contained in:
@@ -87,6 +87,21 @@ export const NAV_DROPDOWN_GROUPS = [
|
||||
external: false,
|
||||
keywords: ["animasyon", "animation", "kaynak", "resource", "motion"],
|
||||
},
|
||||
{
|
||||
id: "technologies",
|
||||
label: "Teknolojiler",
|
||||
href: "/technologies",
|
||||
icon: "mdi:layers-triple-outline",
|
||||
external: false,
|
||||
keywords: [
|
||||
"teknolojiler",
|
||||
"technologies",
|
||||
"tech stack",
|
||||
"araçlar",
|
||||
"tools",
|
||||
"skills",
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
] as const;
|
||||
|
||||
@@ -30,6 +30,7 @@ type StaticSeoPage =
|
||||
| "projects"
|
||||
| "content"
|
||||
| "gallery"
|
||||
| "technologies"
|
||||
| "links"
|
||||
| "contact";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user