1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- [build.environment]
- NODE_VERSION = "14"
- NPM_FLAGS = "--prefix=/dev/null"
- [build]
- base = "/"
- publish = "packages/hoppscotch-app/dist"
- command = "npx pnpm i --store=node_modules/.pnpm-store && npx pnpm run generate"
- [[headers]]
- for = "/*"
- [headers.values]
- X-Frame-Options = "DENY"
- X-XSS-Protection = "1; mode=block"
- [[redirects]]
- from = "/discord"
- to = "https://discord.gg/GAMWxmR"
- status = 301
- force = true
- [[redirects]]
- from = "/telegram"
- to = "https://t.me/hoppscotch"
- status = 301
- force = true
- [[redirects]]
- from = "/beta"
- to = "https://forms.gle/XPYDMp8m6JHNWcYp9"
- status = 301
- force = true
- [[redirects]]
- from = "/careers"
- to = "https://hoppscotch.notion.site/3b9d5d5239a043bfb91701faabf5b8f0"
- status = 301
- force = true
- [[redirects]]
- from = "/newsletter"
- to = "http://eepurl.com/hy0eWH"
- status = 301
- force = true
- [[redirects]]
- from = "/twitter"
- to = "https://twitter.com/hoppscotch_io"
- status = 301
- force = true
- [[redirects]]
- from = "/github"
- to = "https://github.com/hoppscotch/hoppscotch"
- status = 301
- force = true
|