diff --git a/components/ui/ModalCreation.vue b/components/ui/ModalCreation.vue index cb3e5a10..4e302a78 100644 --- a/components/ui/ModalCreation.vue +++ b/components/ui/ModalCreation.vue @@ -182,7 +182,7 @@ Questions? [Join the Modrinth Discord for support!](https://discord.gg/EUHuJHt)` }) this.$refs.modal.hide() - await this.$router.replace(`/${projectType.display}/${this.slug}`) + await this.$router.replace(`/${projectType.actual}/${this.slug}`) } catch (err) { this.$notify({ group: 'main',