diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 18:34:53 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2024-01-07 18:34:53 +0200 |
| commit | d1d586b1890b163a576546384d3459bb63a4f932 (patch) | |
| tree | 6f975fa5cf6819139bb30c1a2cd10703d635bc35 /driver | |
| parent | 1fa417e3a84cebd8ff055ed6b2ac59301769035b (diff) | |
| download | carpool-d1d586b1890b163a576546384d3459bb63a4f932.tar.xz carpool-d1d586b1890b163a576546384d3459bb63a4f932.zip | |
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/vercel.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/driver/vercel.json b/driver/vercel.json new file mode 100644 index 0000000..408821b --- /dev/null +++ b/driver/vercel.json @@ -0,0 +1,8 @@ +{ + "rewrites": [ + { + "source": "/(.*)", + "destination": "/" + } + ] +} |
