We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fa2f1 commit 08affd3Copy full SHA for 08affd3
1 file changed
proxy.ts
@@ -28,6 +28,10 @@ const DRUPAL_ONLY_PATHS = [
28
"/sites",
29
"/libraries",
30
31
+ // Common Drupal routes that should remain on Drupal (e.g., Webform).
32
+ "/form",
33
+ "/webform_rest",
34
+
35
"/admin",
36
"/user",
37
"/node/add",
0 commit comments