diff --git a/front/src/LegacyLayout.vue b/front/src/LegacyLayout.vue
index bb8df7424..63d9bfe95 100644
--- a/front/src/LegacyLayout.vue
+++ b/front/src/LegacyLayout.vue
@@ -1,6 +1,6 @@
@@ -73,10 +72,8 @@ const showSetInstanceModal = ref(false)
-
@@ -94,6 +91,10 @@ const showSetInstanceModal = ref(false)
+
+
+ 404 - Page Not Found
+
diff --git a/front/vite.config.ts b/front/vite.config.ts
index ed26e1066..322c96e0f 100644
--- a/front/vite.config.ts
+++ b/front/vite.config.ts
@@ -12,7 +12,7 @@ import VueMacros from 'unplugin-vue-macros/vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
import vueDevTools from 'vite-plugin-vue-devtools'
-// const port = +(process.env.VUE_PORT ?? 8080)
+const port = +(process.env.VUE_PORT ?? 8080)
// https://vitejs.dev/config/
export default defineConfig(({ mode }) => ({