We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42a67ad commit bfd7206Copy full SHA for bfd7206
next.config.mjs
@@ -25,15 +25,15 @@ const config = {
25
async rewrites() {
26
return [
27
{
28
- source: "/documentation/ingest/static/:path*",
+ source: "/ingest/static/:path*",
29
destination: "https://eu-assets.i.posthog.com/static/:path*",
30
},
31
32
- source: "/documentation/ingest/:path*",
+ source: "/ingest/:path*",
33
destination: "https://eu.i.posthog.com/:path*",
34
35
36
- source: "/documentation/ingest/decide",
+ source: "/ingest/decide",
37
destination: "https://eu.i.posthog.com/decide",
38
39
];
0 commit comments