diff --git a/web-next/app/[locale]/layout.tsx b/web-next/app/[locale]/layout.tsx index e0f3835..e28786b 100644 --- a/web-next/app/[locale]/layout.tsx +++ b/web-next/app/[locale]/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from 'next' +import Script from 'next/script' import { notFound } from 'next/navigation' import { NextIntlClientProvider, hasLocale } from 'next-intl' import { getTranslations, setRequestLocale } from 'next-intl/server' @@ -66,6 +67,14 @@ export default async function LocaleLayout({ /> {/* Tema real de NovaWoW (nw-ryu). Va el ÚLTIMO para ganar la cascada. */} + {/* Config de los tooltips de wowhead (debe definirse antes de tooltips.js). + Solo tooltips: no recolorea/renombra/iconiza nuestros enlaces. El idioma + del tooltip lo da el subdominio del enlace (es./www.). */} +