diff --git a/front/public/embed.html b/front/public/embed.html
index 001ec2959..dbf4b9096 100644
--- a/front/public/embed.html
+++ b/front/public/embed.html
@@ -20,7 +20,7 @@
// Params
const params = new URL(location.href).searchParams
- const baseUrl = params.get('b') ?? params.get('instance') ?? ''
+ const baseUrl = params.get('instance') ?? params.get('b') ?? ''
const type = params.get('type')
const id = params.get('id')