Fix route conflict: move offer detail page to /offers/detail/[offerId]
All checks were successful
Build Docker Image / build (push) Successful in 3m18s

- 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
This commit is contained in:
Ruslan Bakiev
2026-01-22 09:07:26 +07:00
parent 796204b3cd
commit 4e49da5f9f
6 changed files with 5 additions and 5 deletions

View File

@@ -7,7 +7,7 @@
<script setup lang="ts">
useHead({
htmlAttrs: {
'data-theme': 'cmyk',
'data-theme': 'cupcake',
},
script: []
})