Skip to content

Commit 65c9f9a

Browse files
authored
deployment fixes :)
1 parent 7223305 commit 65c9f9a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<h1 align="center">Fork for a php vercel template</h1>
2-
<p align="center">Code in the /src/ directory</p>
2+
<p align="center">Code in the /api/ directory</p>
File renamed without changes.

vercel.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"functions": {
3-
"src/index.php": {
3+
"api/index.php": {
44
"runtime": "[email protected]"
55
}
66
},
77
"routes": [
8-
{ "src": "/(.*)", "dest": "/src/index.php" }
8+
{ "api": "/(.*)", "dest": "/api/index.php" }
99
]
1010
}

0 commit comments

Comments
 (0)