Skip to content

Commit bfd7206

Browse files
committed
fix: path
1 parent 42a67ad commit bfd7206

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

next.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@ const config = {
2525
async rewrites() {
2626
return [
2727
{
28-
source: "/documentation/ingest/static/:path*",
28+
source: "/ingest/static/:path*",
2929
destination: "https://eu-assets.i.posthog.com/static/:path*",
3030
},
3131
{
32-
source: "/documentation/ingest/:path*",
32+
source: "/ingest/:path*",
3333
destination: "https://eu.i.posthog.com/:path*",
3434
},
3535
{
36-
source: "/documentation/ingest/decide",
36+
source: "/ingest/decide",
3737
destination: "https://eu.i.posthog.com/decide",
3838
},
3939
];

0 commit comments

Comments
 (0)