Domain suspended or not configured

If you are the administrator and believe this is an error on our side, please check your BunnyCDN account configuration or contact customer support.

Разобраться почему не стартует дополнение к vitepress | fseek.ru
На главную

Разобраться почему не стартует дополнение к vitepress

К статическому генератору сайтов vitepress можно приделать испольняемые блоки кода на Pyodide:<br><br><a href="https://github.com/zqianem/vitepress-python-editor">https://github.com/zqianem/vitepress-python-editor</a><br><br>Клонирую репо, выполняю:<span><br><br></span><pre><code>git clone <a href="https://github.com/zqianem/vitepress-python-editor.git">https://github.com/zqianem/vitepress-python-editor...</a> vite-editor cd vite-editor npm install npx vitepress dev docs</code></pre>Сайт стартует, но блоки статичные, а нужно чтобы было можно их редактировать и запускать.<br>Возможно, дело в заголовках страницы <a href="https://vitepress-python-editor.netlify.app/installation#_4-set-http-headers">https://vitepress-python-editor.netlify.app/instal...</a> но может быть еще в чем-то, вопрос как блока кода сделать реадктируемыми и запускаемыми.