chore: upgrade to nuxt 4
This commit is contained in:
7
app/data/navItems.ts
Normal file
7
app/data/navItems.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
export const navItems = [
|
||||
{ href: "/#about", title: "About" },
|
||||
{ href: "/blog", title: "Blog" },
|
||||
{ href: "/stories", title: "Stories" },
|
||||
];
|
||||
|
||||
export default navItems;
|
Reference in New Issue
Block a user