Create next-js-frontend-header-menu.json

This commit is contained in:
basstian-ai 2025-05-20 16:59:49 +02:00 committed by GitHub
parent b581fe6559
commit 7bf068f354
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,6 @@
{
"items": [
{ "title": "Home", "url": "/" },
{ "title": "Products", "url": "/search" }
]
}