Skip to content

Commit

Permalink
feat: add chat.fakerjs.dev subdomain redirection to discord
Browse files Browse the repository at this point in the history
  • Loading branch information
import-brain committed Jan 26, 2022
1 parent 3242dfc commit 8710265
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,9 @@
[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

0 comments on commit 8710265

Please sign in to comment.