From c505e648fb90a0d98706b52a431d21c5bad2c9ef Mon Sep 17 00:00:00 2001 From: 37b7 Date: Fri, 16 May 2025 07:56:39 +0200 Subject: [PATCH] fix - url link overall --- components/AboutCard.vue | 2 +- components/ProjectCard.vue | 2 +- composables/useProjects.ts | 5 ----- config/navigation.ts | 6 +++--- docker/Dockerfile | 4 ++++ nuxt.config.ts | 5 +---- pages/about/[id].vue | 6 +++--- pages/projects/[id]/docs.vue | 6 +++--- pages/projects/[id]/index.vue | 5 +++-- pages/projects/index.vue | 8 +------- 10 files changed, 20 insertions(+), 29 deletions(-) diff --git a/components/AboutCard.vue b/components/AboutCard.vue index ac50564..899f1db 100644 --- a/components/AboutCard.vue +++ b/components/AboutCard.vue @@ -4,7 +4,7 @@

{{ experience.title }}

{{ experience.description }}

- + diff --git a/components/ProjectCard.vue b/components/ProjectCard.vue index a36c8d7..3d4cebe 100644 --- a/components/ProjectCard.vue +++ b/components/ProjectCard.vue @@ -1,6 +1,6 @@