Skip to content

Commit 72220e2

Browse files
committed
Move route-module to explanation and add a disclaimer at the top
1 parent 5287ffc commit 72220e2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
title: Route Module
33
---
44

5+
<docs-info>Route Modules are a Framework only feature</docs-info>
6+
57
# Route Module
68

79
The following can be exported from a route module to handle the behavior of that route:
@@ -390,7 +392,7 @@ export function meta() {
390392
{
391393
tagName: "link",
392394
rel: "canonical",
393-
href: "https://remix.run",
395+
href: "https://reactrouter.com",
394396
},
395397
];
396398
}

0 commit comments

Comments
 (0)