mirror of
https://github.com/gosticks/svgr.git
synced 2026-04-15 17:24:31 +00:00
27 lines
691 B
JSON
27 lines
691 B
JSON
{
|
|
"public": true,
|
|
"redirects": [
|
|
{
|
|
"source": "/",
|
|
"destination": "https://react-svgr.com/playground"
|
|
}
|
|
],
|
|
"headers": [
|
|
{
|
|
"source": "/api/(.*)",
|
|
"headers": [
|
|
{ "key": "Access-Control-Allow-Credentials", "value": "true" },
|
|
{ "key": "Access-Control-Allow-Origin", "value": "*" },
|
|
{
|
|
"key": "Access-Control-Allow-Methods",
|
|
"value": "GET,OPTIONS,PATCH,DELETE,POST,PUT"
|
|
},
|
|
{
|
|
"key": "Access-Control-Allow-Headers",
|
|
"value": "X-CSRF-Token, X-Requested-With, Accept, Accept-Version, Content-Length, Content-MD5, Content-Type, Date, X-Api-Version"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|