Prevent static page preview reading from cache
#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.