goup-david
goup-david
Hi, Isn't that what I already have in my `vercel.json` file: ``` { "functions": { "api/*.php": { "runtime": "[email protected]" } }, "routes": [ { "src": "/(.*)", "dest": "/api/index.php" } ]...
I've made the repo public see here: https://github.com/goup-david/testingphp The vercel link is https://testingphp.vercel.app/
@f3l1x any chance you got a look at this? Would really appreciate the help
How does that work with regards to style sheets? Within my code directory I have a file style.css, and within my index.php I include it: However the file doesn't get...