Skip to content

Commit a55d44d

Browse files
committed
fix
1 parent e357ba9 commit a55d44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/aws/config/custom_overrides.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ export default config;
413413

414414
## Custom External Request Proxy
415415

416-
This is used by OpenNext to proxy rewritten requests to external services. You can read more about it [here](http://localhost:3000/aws/config/overrides/proxy_external_request). To have a custom override for the External Request Proxy you can take inspiration by looking at our [`fetch`](https://github.com/opennextjs/opennextjs-aws/blob/main/packages/open-next/src/overrides/proxyExternalRequest/fetch.ts) override. You need an `open-next.config.ts` with this:
416+
This is used by OpenNext to proxy rewritten requests to external services. You can read more about it [here](/aws/config/overrides/proxy_external_request). To have a custom override for the External Request Proxy you can take inspiration by looking at our [`fetch`](https://github.com/opennextjs/opennextjs-aws/blob/main/packages/open-next/src/overrides/proxyExternalRequest/fetch.ts) override. You need an `open-next.config.ts` with this:
417417

418418
```ts
419419
import type { OpenNextConfig } from '@opennextjs/aws/types/open-next.js';

0 commit comments

Comments
 (0)