From 4e49da5f9f251b5f283b104df0b7bd5a143eb76c Mon Sep 17 00:00:00 2001 From: Ruslan Bakiev <572431+veikab@users.noreply.github.com> Date: Thu, 22 Jan 2026 09:07:26 +0700 Subject: [PATCH] Fix route conflict: move offer detail page to /offers/detail/[offerId] - Change theme from cmyk to cupcake - Move [offerId].vue to detail/[offerId].vue to avoid conflict with [productId]/index.vue - Update all navigation references to use new /catalog/offers/detail/ path --- app/app.vue | 2 +- app/components/CalcResultContent.vue | 2 +- app/components/catalog/OfferCard.vue | 2 +- app/pages/catalog/offers/[productId]/[hubId].vue | 2 +- app/pages/catalog/offers/{ => detail}/[offerId].vue | 0 app/pages/catalog/products/[id].vue | 2 +- 6 files changed, 5 insertions(+), 5 deletions(-) rename app/pages/catalog/offers/{ => detail}/[offerId].vue (100%) diff --git a/app/app.vue b/app/app.vue index 07891fb..da6e5ab 100644 --- a/app/app.vue +++ b/app/app.vue @@ -7,7 +7,7 @@