Customer
Comments
-
Well, this is over 2 years old. @mango-chutney I couldn’t even figure out how to do it. I can set up a machine user on GitHub, and give the machine user access to a few repos, but then I need to ma...
-
Jeroen is correct. I have converted an existing project's default branch from master to main following the instructions in the article linked.
-
I think that's already possible (though I haven't tested it myself)
-
Don't really know why, but some of our projects start on the 'main' branch, while some start on 'prod', but none started on 'master'. I believe it might be linked to the branch on your git project ...
-
You are lost lol
-
It worked with my custom created theme for a headless WP installation
-
Hi Aloys, How would this work with local theme development? Cheers Dan
-
Just to add a note about doing this within a NodeJS environment: I was able to get a custom 404 handler working by: Create a 404.js handler with a wildcard route match - I used ExpressJS, YMMV. c...
-
Hi lingster. Rate limiting is not currently possible, no. If we were to add it, it would likely be done at the routes.yaml level anyway as it would be more performant and flexible there.
-
Hi Jonas, suppose if i want to place 3 different scripts dynamically based on the environment in JS. how do I proceed with that? is it possible without CLI?