You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: examples/example-router-migration/README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ Over time, you will be moving all the files from `/pages` to `/app`. However, th
37
37
2. Delete the last files in your `/pages` directory:
38
38
-`/pages/api/exit-preview.ts`
39
39
-`/pages/api/preview.ts`
40
+
3. Update your `lib/drupal.ts` file and switch from the `DrupalClient` class (with dual Pages/App Router support) to the new, leaner `NextDrupal` class (with only App Router support).
0 commit comments