diff --git a/src/pages/services.astro b/src/pages/services.astro index 3b58e22d..8d6a6bff 100644 --- a/src/pages/services.astro +++ b/src/pages/services.astro @@ -3,7 +3,7 @@ import BaseLayout from '../layouts/BaseLayout.astro'; import Header from '../components/Header.astro'; import Footer from '../components/Footer.astro'; import CTA from '../components/CTA.astro'; -import { SERVICES } from '../site.config.mjs'; +import { SERVICES } from '../site.config'; import { t } from '../utils/i18n'; const getServiceDetails = (serviceId: string) => {