We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82b0fa commit 6889f38Copy full SHA for 6889f38
1 file changed
netlify/edge-functions/proxy-api-docs.js
@@ -2,7 +2,7 @@ import { DOMParser } from "https://deno.land/x/deno_dom@v0.1.56/deno-dom-wasm.ts
2
3
export default async (request, context) => {
4
const url = new URL(request.url);
5
- const originalOrigin = url.origin;
+ const originalOrigin = "https://docs.redpanda.com";
6
7
// Redirects from old API paths to new ones
8
const redirects = {
0 commit comments