mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
fix what i forgorr in 6b51465c782c0a34df44358ffca6fadcd5988ce0 (#2677)
This commit is contained in:
parent
6b51465c78
commit
b82a5ba56b
@ -4,7 +4,13 @@
|
|||||||
"target": "website",
|
"target": "website",
|
||||||
"public": "website/build/",
|
"public": "website/build/",
|
||||||
"cleanUrls": true,
|
"cleanUrls": true,
|
||||||
"redirects": []
|
"redirects": [],
|
||||||
|
"rewrites": [
|
||||||
|
{
|
||||||
|
"source": "/api/**",
|
||||||
|
"dynamicLinks": true
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"target": "api",
|
"target": "api",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user