diff --git a/src/frontend/components/App.vue b/src/frontend/components/App.vue index 6811f0c..ff92964 100644 --- a/src/frontend/components/App.vue +++ b/src/frontend/components/App.vue @@ -147,7 +147,7 @@
- + import("./components/ping/PingPage.vue")), }, { - name: "profile", - path: '/profile', - component: defineAsyncComponent(() => import("./components/profile/ProfilePage.vue")), + name: "profile.icon", + path: '/profile/icon', + component: defineAsyncComponent(() => import("./components/profile/ProfileIconPage.vue")), }, { name: "settings",