--- const navLinks = [ { href: '/products', label: 'สินค้า' }, { href: '/vendors', label: 'ร้านค้า' }, ]; const currentPath = Astro.url.pathname; ---