diff --git a/Kemkas.Web/frontend/src/first-edition/pages/CreateCharacter.tsx b/Kemkas.Web/frontend/src/first-edition/pages/CreateCharacter.tsx index 35d7d08..fecfd23 100644 --- a/Kemkas.Web/frontend/src/first-edition/pages/CreateCharacter.tsx +++ b/Kemkas.Web/frontend/src/first-edition/pages/CreateCharacter.tsx @@ -78,7 +78,7 @@ function CreateCharacterPage(props: { }) if (id == null) { let newId = await StoreNewCharacter(karakter, isPublic); - const win = window.open(`/${newId}`, '_blank'); + const win = window.open(`/1e/karakter/${newId}`, '_blank'); if (win != null) { win.focus(); }