mirror of
https://github.com/bartvdbraak/hellob.art.git
synced 2025-04-26 09:01:21 +00:00
8 lines
119 B
TypeScript
8 lines
119 B
TypeScript
export const navigationConfig = {
|
|
mainNav: [
|
|
{
|
|
title: "Projects",
|
|
href: "/#projects",
|
|
},
|
|
],
|
|
};
|