Skip to content

Commit

Permalink
fix: explicit path to config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
hetd54 committed Aug 13, 2024
1 parent 72d1365 commit 48c17ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
<link href="/admin/config.yml" type="text/yaml" rel="cms-config-url" />

<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
<script type="module" src="./config.js">
</script>
<script type="module" src="/admin/config.js"></script>
</body>
</html>

0 comments on commit 48c17ff

Please sign in to comment.