mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Disable loggers
This commit is contained in:
parent
60c3320aa8
commit
2233f30cf8
1 changed files with 3 additions and 3 deletions
|
|
@ -30,9 +30,9 @@ apiUrl.pathname = `/api/${ pathType }/${ pathSlug }.json`
|
|||
// Astro Request reference
|
||||
// https://docs.astro.build/en/reference/api-reference/#astrorequests
|
||||
|
||||
console.log('Astro.params', Astro.params )
|
||||
console.log('Astro.request.url', Astro.request.url )
|
||||
console.log('Astro.site.pathname', Astro.site.pathname )
|
||||
// console.log('Astro.params', Astro.params )
|
||||
// console.log('Astro.request.url', Astro.request.url )
|
||||
// console.log('Astro.site.pathname', Astro.site.pathname )
|
||||
// console.log('Astro.request', Astro.request )
|
||||
|
||||
const appListing = await axios.get( apiUrl.toString() )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue