Skip to content

Commit 08affd3

Browse files
committed
Proxy Webform routes in nextjs_first
1 parent d5fa2f1 commit 08affd3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

proxy.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ const DRUPAL_ONLY_PATHS = [
2828
"/sites",
2929
"/libraries",
3030

31+
// Common Drupal routes that should remain on Drupal (e.g., Webform).
32+
"/form",
33+
"/webform_rest",
34+
3135
"/admin",
3236
"/user",
3337
"/node/add",

0 commit comments

Comments
 (0)