11ty / eleventy

A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

Home Page:https://www.11ty.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Work with global persistance on Netlify On-demand Builders

zachleat opened this issue · comments

https://www.netlify.com/blog/2021/10/25/faster-more-reliable-page-loads-with-update-to-on-demand-builders/

Right now the netlify-toml redirects generated by the serverless plugin point to /.netlify/functions/ and the new persistence feature uses /.netlify/builders/ so we’ll need to expose an API for that.

Adding more bundler options for redirects

https://www.11ty.dev/docs/plugins/serverless/#bundler-options

  • redirects: "netlify-toml-builders"
  • redirects: "netlify-toml-functions" (alias for default netlify-toml)

Shipping with 1.0.0-beta.3