From f72972d7b7f844af35a7deb3116c35f8a5b72490 Mon Sep 17 00:00:00 2001 From: xeovalyte Date: Sat, 26 Oct 2024 12:31:44 +0200 Subject: [PATCH] Fixed broken link --- src/pages/index.astro | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 22619c0..bac1449 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -13,6 +13,8 @@ import FAQs from '~/components/widgets/FAQs.astro'; import Stats from '~/components/widgets/Stats.astro'; import CallToAction from '~/components/widgets/CallToAction.astro'; +import { getPermalink } from '../utils/permalinks'; + const metadata = { title: 'Bij Lobke', ignoreTitleTemplate: true, @@ -30,8 +32,7 @@ const metadata = { { variant: 'primary', text: 'Offerte aanvragen', - href: 'https://github.com/onwidget/astrowind', - target: '_blank', + href: getPermalink('/contact'), }, { text: 'Lees verder', href: '#features' }, ]}