Closed matmorel closed 2 years ago
Name | Link |
---|---|
Latest commit | 07c8c49a53c25bbc0d9a2d851130b8f0ca143530 |
Latest deploy log | https://app.netlify.com/sites/jekyll-vite/deploys/62dd15e7dffc3a00086c156e |
Thanks!
Didn't realize that I was using this internal API in jekyll-vite
when I added SSR support in:
Description 📖
At least in ruby 3.1.0, the demo is broken with this error :
Background 📜
That's because
last_build_path
must receive the:ssr
option, based onlast_build_metadata
I assumed that the option must befalse
.The Fix 🔨
I added
ssr: false
tolast_build_path
call from thelast_build_metadata_path
method in thelib/jekyll/vite/tags.rb
file.