Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
docs: CDN Hosting use ^4.0.0 (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverpool authored Feb 7, 2024
1 parent 7bd9732 commit 1d9845e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/docs/content/docs/add-to-your-site-cdn.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ In this example, we pull the `admin/index.html` file from a public CDN.
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
<title>Content Manager</title>
</head>
<body>
<!-- Include the script that builds the page and powers Static CMS -->
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
<script>
window.CMS.init();
</script>
Expand Down

0 comments on commit 1d9845e

Please sign in to comment.