Socialify

Folder ..

Viewing netlify.toml
11 lines (11 loc) • 351.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
[build.environment]
  NODE_VERSION = "16"
  NPM_FLAGS = "--version" # prevent Netlify npm install
[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