fix what i forgorr in 6b51465c782c0a34df44358ffca6fadcd5988ce0 (#2677)

This commit is contained in:
Muhammad Hamza 2022-05-13 01:49:59 +05:00 committed by GitHub
parent 6b51465c78
commit b82a5ba56b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,13 @@
"target": "website",
"public": "website/build/",
"cleanUrls": true,
"redirects": []
"redirects": [],
"rewrites": [
{
"source": "/api/**",
"dynamicLinks": true
}
]
},
{
"target": "api",