Merged
Conversation
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…chat MdxContent.tsx: Se renombró la función de evaluación para evitar conflictos con las reglas de Hooks y se memoizó la creación del componente dinámico usando React.createElement. Esto resuelve el error "Cannot create components during render". Chat.tsx y ChatWidget.tsx: Se simplificaron las dependencias de useEffect extrayendo las expresiones complejas a variables locales, resolviendo las advertencias de react-hooks/exhaustive-deps. Se verificó la compatibilidad con Next.js 16 y React 19 tras consultar la documentación vía Next DevTools MCP.
Closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resumen
Implementación integral de SEO en todo el sitio web de LogOS. Se ha migrado de un esquema de metadatos estrictamente globales a un sistema híbrido que permite metadatos específicos por página y dinámicos para el blog, mejorando significativamente la indexación y la visibilidad en motores de búsqueda.
Cambios Principales:
title.templateen layout.tsx para asegurar branding consistente (Página | LogOS) y establecimiento demetadataBase.metadataúnicos en Inicio, Chat, Nosotros, Precios, Industrias y Soluciones.Tipo de Cambio
Checklist del Desarrollador
src/components/.Metadatade Next.js).Screenshots / Demo
Los cambios pueden verificarse inspeccionando el
<head>de cada ruta. Los títulos y descripciones ahora son específicos al contexto de cada página.Notas Adicionales
title.absoluteen la Home para priorizar la propuesta de valor principal sobre el template global.