* feat(v4): Docsearch new sign up page * Add redirect for apply form --------- Co-authored-by: Paul Jankowski <8BitTitan@gmail.com> Co-authored-by: Paul Jankowski <33367713+8bittitan@users.noreply.github.com>
13 lines
366 B
TOML
13 lines
366 B
TOML
[build]
|
|
command="yarn build && yarn website:build"
|
|
publish="packages/website/build"
|
|
ignore="git diff --quiet $COMMIT_REF $CACHED_COMMIT_REF -- packages/website/ yarn.lock"
|
|
|
|
[build.environment]
|
|
YARN_VERSION = "1.22.5"
|
|
|
|
[[redirects]]
|
|
from = "/apply/"
|
|
to = "https://dashboard.algolia.com/users/sign_up?selected_plan=docsearch"
|
|
status = 301
|
|
force = true
|