feat: Populate directionsUrl in seed data with a Google Maps URL.
This commit is contained in:
@@ -1517,7 +1517,7 @@ async function main() {
|
||||
officeAddress: '123 Market Street',
|
||||
officeCity: 'New York CA 234737',
|
||||
mapUrl: '',
|
||||
directionsUrl: '',
|
||||
directionsUrl: 'https://maps.google.com/?q=123+Market+Street+New+York+CA+234737',
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user