Skip to content

Commit 5484c64

Browse files
authored
fix: remove /ingest/flags (#119)
1 parent 4f0e9cd commit 5484c64

1 file changed

Lines changed: 0 additions & 12 deletions

File tree

src/nextjs/docs.ts

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,6 @@ const nextConfig = {
118118
source: "/ingest/:path*",
119119
destination: "${host}/:path*",
120120
},
121-
{
122-
source: "/ingest/flags",
123-
destination: "${host}/flags",
124-
},
125121
];
126122
},
127123
// This is required to support PostHog trailing slash API requests
@@ -220,10 +216,6 @@ const nextConfig = {
220216
source: "/ingest/:path*",
221217
destination: "${host}/:path*",
222218
},
223-
{
224-
source: "/ingest/flags",
225-
destination: "${host}/flags",
226-
},
227219
];
228220
},
229221
// This is required to support PostHog trailing slash API requests
@@ -292,10 +284,6 @@ const nextConfig = {
292284
source: "/ingest/:path*",
293285
destination: "${host}/:path*",
294286
},
295-
{
296-
source: "/ingest/flags",
297-
destination: "${host}/flags",
298-
},
299287
];
300288
},
301289
// This is required to support PostHog trailing slash API requests

0 commit comments

Comments
 (0)