Commit e63b2925 authored by Illya Klymov's avatar Illya Klymov

Merge branch '213282-handle-invalid-routes' into 'master'

Handle invalid routes in Static Site Editor

See merge request gitlab-org/gitlab!31648
parents d7bf5605 92ef16b5
...@@ -14,4 +14,8 @@ export default [ ...@@ -14,4 +14,8 @@ export default [
path: '/success', path: '/success',
component: Success, component: Success,
}, },
{
path: '*',
redirect: HOME_ROUTE,
},
]; ];
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment