Home / Function/ absoluteUrl() — ui Function Reference

absoluteUrl() — ui Function Reference

Architecture documentation for the absoluteUrl() function in utils.ts from the ui codebase.

Entity Profile

Dependency Diagram

graph TD
  3c9e3a40_4c11_638c_ef1c_12fd4b8c3f5a["absoluteUrl()"]
  7ba0a860_211a_9e4e_06e4_eab77857854a["utils.ts"]
  3c9e3a40_4c11_638c_ef1c_12fd4b8c3f5a -->|defined in| 7ba0a860_211a_9e4e_06e4_eab77857854a
  style 3c9e3a40_4c11_638c_ef1c_12fd4b8c3f5a fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

deprecated/www/lib/utils.ts lines 17–19

export function absoluteUrl(path: string) {
  return `${process.env.NEXT_PUBLIC_APP_URL}${path}`
}

Subdomains

Frequently Asked Questions

What does absoluteUrl() do?
absoluteUrl() is a function in the ui codebase, defined in deprecated/www/lib/utils.ts.
Where is absoluteUrl() defined?
absoluteUrl() is defined in deprecated/www/lib/utils.ts at line 17.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free