mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Try PUBLIC_ prefix
This commit is contained in:
parent
9072f0e152
commit
c090b89d90
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ const {
|
|||
} = Astro.params
|
||||
|
||||
|
||||
const apiUrl = `${ import.meta.env.API_DOMAIN }/api/app/spotify.json`
|
||||
const apiUrl = `${ import.meta.env.PUBLIC_API_DOMAIN }/api/app/spotify.json`
|
||||
const cookie = Astro.request.headers.get('cookie')
|
||||
|
||||
console.log('Astro.params', Astro.params )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue