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

Collection loops are incomplete in first-request and truly-dynamic serverless pages #2013

Closed
kkgthb opened this issue Oct 8, 2021 · 1 comment

Comments

@kkgthb
Copy link

kkgthb commented Oct 8, 2021

See https://github.com/kkgthb/web-site-11ty-09-serverless

Ideally, the sitemap in the footer of every page would list all pages that have a "pages" tag assigned to them, which would be:

  1. https://11ty-serverless-hopefully.netlify.app (build-time-render)
  2. https://11ty-serverless-hopefully.netlify.app/slessposter/ (first-visit-render; forgive the weird name; has to do with the project I was starting to build)
  3. https://11ty-serverless-hopefully.netlify.app/alwaysrenderthis/ (always-rerender)

In reality, the build-time render is aware of all 3 pages and lists a full sitemap, but #2 and #3 only list themselves in their footer.

It might be useful to make this more prominent in notes about what happens when a person chooses to render URLs with 11ty serverless.

@zachleat zachleat added the feature: 🏙 serverless Eleventy Serverless label Oct 18, 2021
@zachleat
Copy link
Member

zachleat commented Apr 9, 2024

Stale per project slipstream changes in #3074.

@zachleat zachleat closed this as not planned Won't fix, can't repro, duplicate, stale Apr 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants