mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
36 lines
677 B
JSON
36 lines
677 B
JSON
{
|
|
"hosting": [
|
|
{
|
|
"target": "website",
|
|
"public": "website/build/",
|
|
"cleanUrls": true,
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "/docs/intro/",
|
|
"type": 302
|
|
},
|
|
{
|
|
"source": "/docs/next",
|
|
"destination": "/docs/next/intro/",
|
|
"type": 302
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"target": "examples",
|
|
"public": "dist",
|
|
"rewrites": [
|
|
{
|
|
"source": "/router/**",
|
|
"destination": "/router/index.html"
|
|
},
|
|
{
|
|
"source": "/todomvc/**",
|
|
"destination": "/todomvc/index.html"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|