File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments