why would I hit the 100 custom domain limit? The 100 custom domain is per website, and this is 2 dom
why would I hit the 100 custom domain limit? The 100 custom domain is per website, and this is 2 domains per website.

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 source



git clone as part of your build command
wrangler 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);
}
});source $(poetry env info --path)/bin/activate && pelican contentgit clone