Skip to content

Commit a6dae9e

Browse files
Merge branch 'staging' of https://github.com/gridaco/designto-code
2 parents 80218c1 + c7478c8 commit a6dae9e

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)