const fetchSettings$ = state$
    .thru(sampleByAction(action$, fetchSettings.request))
    .flatMap(state =>
      ajax$(`${state.globals.root}site`, {
        headers: {