mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable logger
This commit is contained in:
parent
29a2579f5f
commit
f3ee5e5505
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export async function catchRedirectResponse ( Astro ) {
|
||||||
|
|
||||||
const netlifyRedirectUrl = await getNetlifyRedirect( requestUrl.pathname )
|
const netlifyRedirectUrl = await getNetlifyRedirect( requestUrl.pathname )
|
||||||
|
|
||||||
console.log('netlifyRedirectUrl', netlifyRedirectUrl)
|
// console.log('netlifyRedirectUrl', netlifyRedirectUrl)
|
||||||
|
|
||||||
if ( netlifyRedirectUrl !== null ) {
|
if ( netlifyRedirectUrl !== null ) {
|
||||||
return Astro.redirect( netlifyRedirectUrl.to )
|
return Astro.redirect( netlifyRedirectUrl.to )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue