You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[emulate the same environment variables](https://github.com/netlify/build/blob/558fe8869f47ecc84d05bd4d26d32df00f47a3b9/packages/config/src/env/main.js#L13)
@@ -150,11 +150,10 @@ Redirects configuration is more complicated:
150
150
- It can be specified either in `netlify.toml` or in a separate `_redirects` file located in the publish directory and
151
151
with its own Netlify-specific file format
152
152
153
-
Therefore, that logic is abstracted to
154
-
[its own module `netlify-redirect-parser`](https://github.com/netlify/netlify-redirect-parser).
153
+
Therefore, that logic is abstracted to [its own module `@netlify/redirect-parser`](../../redirect-parser).
155
154
156
155
Headers are handled very similarly to redirects, for consistency. They use a separate `_headers` file
0 commit comments