Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

redirect page type icon not properly displayed #8498

Closed
1 task
y-nk opened this issue Sep 11, 2023 · 1 comment · Fixed by #8579
Closed
1 task

redirect page type icon not properly displayed #8498

y-nk opened this issue Sep 11, 2023 · 1 comment · Fixed by #8579
Labels
- P2: nice to have Not breaking anything but nice to have (priority) help wanted Please help with this issue! pkg: astro Related to the core `astro` package (scope)

Comments

@y-nk
Copy link
Contributor

y-nk commented Sep 11, 2023

Astro Info

Astro version            v2.10.15
Package manager          npm
Platform                 darwin
Architecture             arm64
Adapter                  astro-sst/edge
Integrations             @y_nk/cached-fetch, @astrojs/tailwind, @astrojs/react, @astrojs/sitemap

If this issue only occurs in one browser, which browser is a problem?

No response

Describe the Bug

redirected page build shown as lambda (even tho it's not)

image

What's the expected result?

it should be shown as a static built page

Link to Minimal Reproducible Example

https://stackblitz.com/edit/withastro-astro-aebx5j

Participation

  • I am willing to submit a pull request for this issue.
@github-actions github-actions bot added the needs triage Issue needs to be triaged label Sep 11, 2023
@ematipico ematipico added - P1: chore Doesn't change code behavior (priority) pkg: astro Related to the core `astro` package (scope) and removed needs triage Issue needs to be triaged labels Sep 11, 2023
@lilnasy lilnasy added the help wanted Please help with this issue! label Sep 14, 2023
@lilnasy
Copy link
Contributor

lilnasy commented Sep 14, 2023

Good first issue!

This line was written when we only had pages and endpoints, but pageData.route.type can now also be "redirect".

@lilnasy lilnasy added - P2: nice to have Not breaking anything but nice to have (priority) and removed - P1: chore Doesn't change code behavior (priority) labels Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
- P2: nice to have Not breaking anything but nice to have (priority) help wanted Please help with this issue! pkg: astro Related to the core `astro` package (scope)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants