-
|
Trying to run Eleventy in 2.0 version using a fork of eleventy-garden and I get this error the code it is pointing at is the following: (source) I'm simply trying to understand what it means. Where can I read about this "async read() method" ? |
Beta Was this translation helpful? Give feedback.
Answered by
leoossa
Aug 3, 2025
Replies: 1 comment 1 reply
-
|
To solve this change
and Here's the diff for you: |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Julianoe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To solve this change
backlinkstoasync:backlinks: async (data) => {and
awaitto template read:Here's the diff for you: