🐛 répare la redirection entreprise/*

pull/770/head
Johan Girod 2019-10-31 11:35:00 +01:00
parent 5a95a36b93
commit 06f01cae2d
1 changed files with 4 additions and 4 deletions

View File

@ -30,8 +30,8 @@
status = 301
[[redirects]]
from="/entreprise*"
to="/cr%C3%A9er:splat"
from="/entreprise/*"
to="/cr%C3%A9er/:splat"
status = 301
[[redirects]]
@ -60,8 +60,8 @@
status = 301
[[redirects]]
from="/company*"
to="/create:splat"
from="/company/*"
to="/create/:splat"
status = 301