We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e0a8dd commit 3842fd9Copy full SHA for 3842fd9
src/middleware/legacy-routes-redirect.ts
@@ -180,6 +180,8 @@ const LEGACY_ROUTES = {
180
181
"/solid-router/reference/response-helpers/revalidate":
182
"/solid-router/reference/data-apis/revalidate",
183
+
184
+ "/guides/tutorials/getting-started-with-solid/welcome": "/quick-start",
185
} as const;
186
187
function isLegacyRoute(path: string): path is keyof typeof LEGACY_ROUTES {
0 commit comments