Files
nuxt__ui/docs/server/utils/site.ts
2026-08-28 17:53:49 +02:00

9 lines
344 B
TypeScript

/**
* Canonical site URL, shared by every server route that bakes absolute links
* into a response (OpenAPI, sitemaps, the MCP server card, `llms.txt`).
*
* `nuxt-agent-discovery` is configured with the same value through
* `agentDiscovery.siteUrl`, so its own documents agree with these.
*/
export const SITE_URL = 'https://ui.nuxt.com'