Hi, what is a custom domain? If I have foo.example.com and bar.example.com, is that one custom domai
Hi, what is a custom domain? If I have foo.example.com and bar.example.com, is that one custom domain or two?
CNAME Cross-User Banned when I load the domain the customer uses.Is there any issue with this approach? I want to try it out and am getting CNAME Cross-User Banned when I load the domain the customer uses.CF Pages uses CF for SaaS under the hood, which basically has an allowlist of all the accepted host headers/subdomains allowed to use it. It's seeing
example.customer.com and saying "hey that's not on our list", and it would only allow it as a Verified Custom Domain if it was pointing direct
wrangler pages deploy ., and I have a functions directory with typescript files in there, does wrangler build & bundle my typescript code on its own?internal error until I redeploy the project. For example, this one - robots.txt, then all the static assets stopped working from last 12 hours. 
IN-.Pay online button in there, and assuming your restriction was purely that billing issue, it should resolve it. I know in the past with the old system people reported paying unpaid invoices and their acct was unlocked instantly, but I'm not 100% sure with the new systemUnknown arguments: download, config

source $(poetry env info --path)/bin/activate && pelican content to activate the environment first before running pelican, but it cannot find sourceCNAME Cross-User Bannedexample.customer.comwrangler pages deploy .functionsinternal errorrobots.txthttps://app.dayschedule.in/static/img/logo.pngapp.get(`${WEBSITE_URL}/static/*`, async (ctx) => {
const { url, cf } = ctx.req.raw;
cf.cacheEverything = true;
cf.cacheTtl = 60 * 60;
const asset = await ctx.env.ASSETS.fetch(new Request(url, { cf: cf }));
if (asset.status == 200 || asset.status == 304) {
return asset;
} else {
throw new HTTPException(400);
}
});IN-Pay onlinesource $(poetry env info --path)/bin/activate && pelican content