You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use Astro.glob() to get a collection of my pages, and I expect page.url to correspond to the URL that the server will be sending. Not doing so causes unwanted redirects, and the dev server often doesn't even redirect me.
What version of
astro
are you using?1.0.0-beta.27
Are you using an SSR adapter? If so, which one?
Netlify
What package manager are you using?
npm
What operating system are you using?
Windows
Describe the Bug
I want to use
Astro.glob()
to get a collection of my pages, and I expectpage.url
to correspond to the URL that the server will be sending. Not doing so causes unwanted redirects, and the dev server often doesn't even redirect me.Link to Minimal Reproducible Example
https://codesandbox.io/s/hopeful-panini-5rpj4y?file=/src/pages/index.astro
Participation
The text was updated successfully, but these errors were encountered: