# The default Pages subdomain assigned by Cloudflare (e.g. vibedbooks.pages.dev). output "pages_subdomain" { description = "Cloudflare Pages auto-assigned subdomain for the edu site." value = cloudflare_pages_project.edu.subdomain } # The production custom domain. output "production_url" { description = "Production URL for the edu site." value = "https://${var.domain}" }