feat: Populate directionsUrl in seed data with a Google Maps URL.

This commit is contained in:
pradeepkumar
2026-03-19 13:50:38 +05:30
parent 7260a9ca93
commit 82f1225e0a

View File

@@ -1517,7 +1517,7 @@ async function main() {
officeAddress: '123 Market Street', officeAddress: '123 Market Street',
officeCity: 'New York CA 234737', officeCity: 'New York CA 234737',
mapUrl: '', mapUrl: '',
directionsUrl: '', directionsUrl: 'https://maps.google.com/?q=123+Market+Street+New+York+CA+234737',
}, },
}, },
{ {