mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 18:44:40 +00:00
9257cf7086
* docs(playground): permanent link * add scope urn:zitadel:iam:org:project:roles * remove window * remove copy * move to top right of card, fresh lockfile * remove scope * copy to clipboard * browser only * cleanup * try with plausible css * remove plausible plugin * remove plausible window * fix plausible in preview * plausible script --------- Co-authored-by: Max Peintner <max@caos.ch> Co-authored-by: Florian Forster <florian@zitadel.com>
21 lines
516 B
JSON
21 lines
516 B
JSON
{
|
|
"cleanUrls": true,
|
|
"rewrites": [
|
|
{
|
|
"source": "/docs/proxy/js/script.js",
|
|
"destination": "https://plausible.io/js/script.tagged-events.outbound-links.js"
|
|
},
|
|
{
|
|
"source": "/docs/proxy/api/event",
|
|
"destination": "https://plausible.io/api/event"
|
|
},
|
|
{
|
|
"source": "/docs/:match*",
|
|
"destination": "/:match*"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{ "source": "/", "destination": "/docs" }
|
|
]
|
|
}
|