fix cms, image conversion

This commit is contained in:
Denys Konovalov 2022-12-22 18:39:01 +01:00
parent dbb6c24ff2
commit 311d40eaa4

@ -8,7 +8,7 @@
</head> </head>
<body> <body>
<!-- Include the script that builds the page and powers Static CMS --> <!-- Include the script that builds the page and powers Static CMS -->
<script src="https://cdn.jsdelivr.net/npm/@staticcms/core@latest/dist/static-cms-core.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@staticcms/app@latest/dist/static-cms-app.js"></script>
<script> <script>
window.CMS.init(); window.CMS.init();
CMS.registerIcon('home', ({}) => { return(h('i', {"className": "fa fa-house"})); }); CMS.registerIcon('home', ({}) => { return(h('i', {"className": "fa fa-house"})); });