Home / Function/ absoluteUrl() — supabase Function Reference

absoluteUrl() — supabase Function Reference

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

Entity Profile

Dependency Diagram

graph TD
  58cabc9e_8e82_34d4_d087_761e8d79ec92["absoluteUrl()"]
  048bfb9a_ce37_170b_8b40_1f4dfc7b0ba3["generateMetadata()"]
  048bfb9a_ce37_170b_8b40_1f4dfc7b0ba3 -->|calls| 58cabc9e_8e82_34d4_d087_761e8d79ec92
  style 58cabc9e_8e82_34d4_d087_761e8d79ec92 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

apps/design-system/lib/utils.ts lines 14–16

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

Domain

Subdomains

Called By

Frequently Asked Questions

What does absoluteUrl() do?
absoluteUrl() is a function in the supabase codebase.
What calls absoluteUrl()?
absoluteUrl() is called by 1 function(s): generateMetadata.

Analyze Your Own Codebase

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

Try Supermodel Free