zitadel/docs/vercel.json
mffap 9257cf7086
docs(playground): save to clipboard (#5488)
* 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>
2023-03-22 07:19:19 +00:00

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" }
]
}