-
answers to be included in the questions for flows (product_preview or registratioin) need to be defined
-
the selected answer
- must be validated
- needs to be remembered
Naming:
Currently plans.spa
is a SPA hosted via my.apigateway.lambda
which is served via the my.babbel
subdomain and does not add to our localized subdomain authority.
To improve this, we want to serve them via the localized subdomains
e.g. de.babbel
or uk.babbel
.
Future plans are discussed to also move other SPAs to the localized subdomains
e.g. ppf.spa
, authentication.spa
# ZSH | |
autoload -U add-zsh-hook | |
# place default node version under $HOME/.node-version | |
load-nvmrc() { | |
DEFAULT_NODE_VERSION=`cat $HOME/.node-version` | |
if [[ -f .nvmrc && -r .nvmrc ]] || [[ -f .node-version && -r .node-version ]]; then | |
fnm use | |
elif | |
[[ `node -v` != $DEFAULT_NODE_VERSION ]]; then |
gatsby-config.js
onPreBootstrap
if it is implemented in any plugins, for example gatsby-plugin-typography. Receives handy [apiCallArgs](https://github.com/gatsbyjs/gatsby/blob/ffd8b2d691c9