diff --git a/helpers/astro/request.js b/helpers/astro/request.js index b04996d..56dd4b1 100644 --- a/helpers/astro/request.js +++ b/helpers/astro/request.js @@ -5,7 +5,7 @@ export async function catchRedirectResponse ( Astro ) { const netlifyRedirectUrl = await getNetlifyRedirect( requestUrl.pathname ) - console.log('netlifyRedirectUrl', netlifyRedirectUrl) + // console.log('netlifyRedirectUrl', netlifyRedirectUrl) if ( netlifyRedirectUrl !== null ) { return Astro.redirect( netlifyRedirectUrl.to )