mirror of
https://github.com/nuxt/ui.git
synced 2026-09-14 19:51:10 +08:00
9 lines
344 B
TypeScript
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'
|