doc: update demo to beta 12

This commit is contained in:
Daniel Lautzenheiser 2023-01-12 23:56:45 -05:00
parent 74d4ae15aa
commit 902673e063

View File

@ -245,7 +245,7 @@ widget: 'markdown',
</script> </script>
</head> </head>
<body> <body>
<script src="https://unpkg.com/@staticcms/app@1.0.0-beta.5/dist/static-cms-core.js"></script> <script src="https://unpkg.com/@staticcms/app@1.0.0-beta.12/dist/static-cms-core.js"></script>
<script type="module" src="./index.js"></script> <script type="module" src="./index.js"></script>
</body> </body>
</html> </html>