Skip to content

Commit c7478c8

Browse files
temporal disable of /files/:key/:id route - redirects to /files/:key
1 parent 93af033 commit c7478c8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

editor/next.config.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,11 @@ module.exports = withTM({
107107
destination: "/preferences",
108108
permanent: true,
109109
},
110-
// {
111-
// // typo gaurd
112-
// source: "/",
113-
// destination: "https://grida.co",
114-
// permanent: false,
115-
// },
110+
{
111+
source: "/files/:key/:id",
112+
destination: "/files/:key",
113+
permanent: false,
114+
},
116115
];
117116
},
118117
});

0 commit comments

Comments
 (0)