Skip to content

Prevent static page preview reading from cache

Compare
Choose a tag to compare
@praweb praweb released this 28 Sep 08:48
· 14 commits to master since this release
1b83b82

#55 Prevent static page preview: When user trying to preview a static page, data is supposed to be read from API. But instead, it is getting read from cache. This PR handles the situation by returning yield if the preview param is set to true.