import type { ProductNavigationItems } from '~/components/global/ProductNavigation'; const navigation: ProductNavigationItems = [ { href: '/questions/browse', name: 'Browse' }, { href: '/questions/lists', name: 'My Lists' }, { href: '/questions/about', name: 'About' }, // { href: '/questions/my-questions', name: 'My Questions' }, // { href: '/questions/history', name: 'History' }, ]; const config = { googleAnalyticsMeasurementID: 'G-0T4LYWMK8L', logo: ( Questions Bank ), navigation, showGlobalNav: false, title: 'Tech Interview Question Bank', titleHref: '/questions', }; export default config;