yeap, this is what i'm interested in. to have all config ci/cd based no dashboard interaction
yeap, this is what i'm interested in. to have all config ci/cd based no dashboard interaction


tenant.app.domain.com is not a Custom Domain it will never route to the Pages project, even if you issue a certificate. The same for any other subdomain of app, because the matching Custom Domain on the project always has to exist for the full domain being hit, a CNAME like this does not work.*.app.domain.com/*






"custom_domain": true and set the pattern to *.app.nefele.ai/*tenant.app.domain.com*.app.domain.com/*"custom_domain": true*.app.nefele.ai/*export default {
async fetch(request) {
let url = new URL(request.url)
url.hostname = "project.pages.dev"
return fetch(url, request)
}
}