Replies: 1 comment 2 replies
-
Ah, good question. Yeah that icon is supposed to mean “endpoint” AFAIK. So it just indicates that the file was generated with an endpoint instead of a
All those paths you see listed under “generating static routes” are static. Dynamic/on-demand rendered routes do not log anything in that part of the build. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am getting this output from
astro build
I am trying to understand what the
λ
icon means.Places I searched
https://github.com/search?q=org%3Awithastro%20%CE%BB&type=code
I am getting it for my
feed.xml.ts
and some customapi/campaigns.json.ts
so it might be an indicator for JSON or XML output?One thing that makes me look at this is, that with NextJS, there are Icons and they reference the fact that a route is dynamic vs. static. Which would be something I need to know with Astro, because I need my page to be fully static…
Beta Was this translation helpful? Give feedback.
All reactions