fix: demo file name

This commit is contained in:
Daniel Lautzenheiser 2023-01-12 23:57:40 -05:00
parent 902673e063
commit 2c1ab7b460

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.12/dist/static-cms-core.js"></script> <script src="https://unpkg.com/@staticcms/app@1.0.0-beta.12/dist/static-cms-app.js"></script>
<script type="module" src="./index.js"></script> <script type="module" src="./index.js"></script>
</body> </body>
</html> </html>