We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a149d commit 78632b8Copy full SHA for 78632b8
1 file changed
src/app/contact/page.tsx
@@ -427,7 +427,7 @@ export default function Contact() {
427
<iframe
428
className="border-0 w-full rounded"
429
style={{ height: '300px' }}
430
- src={`//www.google.com/maps/embed/v1/place?q=1211%2022nd%20Ave%20NE%20Minneapolis%20MN&zoom=17&key=${process.env.NEXT_PUBLIC_GOOGLE_MAPS_API_KEY}`}
+ src="https://maps.google.com/maps?q=2429%20Nicollet%20Ave%20NE%20Minneapolis%20MN&z=17&output=embed"
431
allowFullScreen
432
loading="lazy"
433
referrerPolicy="no-referrer-when-downgrade"
0 commit comments