You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So on my website, I only have articles redirecting to an external URL. I tried to show recent articles on the home page, but it did not work. After experimenting a bit, if I remove the _build parameter to prevent a normal page for the content to be generated, then it work.
_build:
render: "false"
list: "local"
MY question is, is it an expected behaviour, and if so, will it cause side-issues if I just use externalUrl for all of my articles without the _build parameter?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
So on my website, I only have articles redirecting to an external URL. I tried to show recent articles on the home page, but it did not work. After experimenting a bit, if I remove the _build parameter to prevent a normal page for the content to be generated, then it work.
_build: render: "false" list: "local"
MY question is, is it an expected behaviour, and if so, will it cause side-issues if I just use externalUrl for all of my articles without the _build parameter?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions