diff options
| author | Eric Cheng <[email protected]> | 2022-01-28 02:30:20 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-28 08:30:20 +0100 |
| commit | 32b483920450a5c1a084e83723f1c433db8ff34f (patch) | |
| tree | 4cd7a0552399b08f19f58ac6c75380467e1745dc /netlify.toml | |
| parent | 4ca61ca5b73c3cd4a0ba4094aabd492e2b7f74bf (diff) | |
| download | faker-32b483920450a5c1a084e83723f1c433db8ff34f.tar.xz faker-32b483920450a5c1a084e83723f1c433db8ff34f.zip | |
feat: add chat.fakerjs.dev subdomain redirection to discord (#306)
Co-authored-by: ST-DDT <[email protected]>
Diffstat (limited to 'netlify.toml')
| -rw-r--r-- | netlify.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/netlify.toml b/netlify.toml index 5bc3b32d..2fa70518 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,3 +4,8 @@ [build] publish = "docs/.vitepress/dist" command = "npx pnpm i --store=node_modules/.pnpm-store && npm run docs:build:ci" +[[redirects]] + from = "https://chat.fakerjs.dev" + to = "https://discord.com/invite/4qDjAmDj4P" + status = 301 + force = true |
