Replies: 2 comments 2 replies
-
That is correct, all posts are compiled and in memory. Updating a post requires recompiling that module. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This saves the posts into a module attribute which then requires recompilation of the project, and each time time there's a change:
Do you know if there'll any simple way to make retrieving posts dynamically instead? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The posts are in
/posts/**.md
, and they're statically retrieved into a variable --@posts
, or module attribute.Does this mean that adding a post, or editing an existing one requires rebuilding and redeploying the project?
Beta Was this translation helpful? Give feedback.
All reactions