brisa-build / brisa

The Web Platform Framework.
https://brisa.build
MIT License
449 stars 12 forks source link

serving pages with `prerender = true` is not working for some paths like home #601

Closed aralroca closed 3 weeks ago

aralroca commented 3 weeks ago

for the home /, is searching this pre-rendered file: build/prerendered-pages/.html, and of course doesn't exist, so is rendering again the page instead of loading the pre-rendered one.

https://github.com/brisa-build/brisa/blob/2204d3de11ddff7d238744b54e6be6c9c58d51c2/packages/brisa/src/utils/response-rendered-page/index.ts#L59