Log pathname

This commit is contained in:
Sam Carlton 2022-04-26 11:44:16 -05:00
parent 0a1b12c114
commit cd95625b7c

View file

@ -40,6 +40,7 @@ console.log('Astro.params', Astro.params )
console.log('apiUrl', apiUrl )
console.log('Astro.request', Object.keys( Astro.request ) )
console.log('Astro.request.url', Astro.request.url )
console.log('Astro.site.pathname', Astro.site.pathname )
const appEntry = await axios.get(apiUrl)
.then( response => {