The build hook should trigger be able to call some api endpoint whenever the AML changes.
The purpose of it is to rebuild static site pages whenever the data changes. As of now, the static sites just fetch from kerckhoff every time the user loads them. However, if we build the static sites with the data, the frontend would not have to do a fetch and the page would load faster and be more efficient overall. And even if kerckhoff crashes, the static site will still work.
his is something experiemental we were thinking for design.dailybruin.com
The build hook should trigger be able to call some api endpoint whenever the AML changes.
The purpose of it is to rebuild static site pages whenever the data changes. As of now, the static sites just fetch from kerckhoff every time the user loads them. However, if we build the static sites with the data, the frontend would not have to do a fetch and the page would load faster and be more efficient overall. And even if kerckhoff crashes, the static site will still work.
his is something experiemental we were thinking for design.dailybruin.com