fix: avoid docs demo redirect loop

This commit is contained in:
3252a8
2026-05-28 23:44:52 +03:00
parent 913b2d428e
commit 1329eb4fe2
3 changed files with 14 additions and 31 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
---
const defaultDemoSrc = '/demo/runtime/app.html?path=/home&mock=tariffs';
const defaultDemoSrc = '/demo/runtime/app/?path=/home&mock=tariffs';
const docsHref = '/getting-started/demo/';
---