diff --git a/federation.config.js b/federation.config.js index 20faf77..05e6467 100644 --- a/federation.config.js +++ b/federation.config.js @@ -9,6 +9,9 @@ const config = { }, { url: 'localhost:5174' + }, + { + url: 'localhost:5175' } ] }; diff --git a/src/lib/components/Navbar.svelte b/src/lib/components/Navbar.svelte index e056062..290814d 100644 --- a/src/lib/components/Navbar.svelte +++ b/src/lib/components/Navbar.svelte @@ -48,6 +48,13 @@ {t('navigation.create')} + +