catalogo y producto page
This commit is contained in:
@@ -58,7 +58,7 @@ export default defineNuxtConfig({
|
||||
|
||||
try {
|
||||
const companies = await $fetch(`${baseURL}companies/`)
|
||||
routes.push(...companies.map((c: any) => `/c/${c.id}`))
|
||||
routes.push(...companies.map((c: any) => `/productoras/${c.id}`))
|
||||
} catch (error) {
|
||||
console.error('Error fetching companies for sitemap:', error)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user