1 parent e111cab commit 400a1c9Copy full SHA for 400a1c9
1 file changed
src/pages/contact.astro
@@ -1,6 +1,6 @@
1
---
2
import BaseLayout from '../layouts/BaseLayout.astro'
3
-import { getDictionary, getLocaleFromUrl, localizePath } from '../i18n'
+import { getDictionary, getLocaleFromUrl, interpolate, localizePath } from '../i18n'
4
5
const CALENDLY_URL = 'https://calendly.com/codebymike/30min'
6
const locale = getLocaleFromUrl(Astro.url.pathname)
0 commit comments