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

Commit 1d9845e

Browse files
authored
docs: CDN Hosting use ^4.0.0 (#1079)
1 parent 7bd9732 commit 1d9845e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/docs/content/docs/add-to-your-site-cdn.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ In this example, we pull the `admin/index.html` file from a public CDN.
4545
<head>
4646
<meta charset="utf-8" />
4747
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
48-
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^3.0.0/dist/main.css" />
48+
<link rel="stylesheet" href="https://unpkg.com/@staticcms/app@^4.0.0/dist/main.css" />
4949
<title>Content Manager</title>
5050
</head>
5151
<body>
5252
<!-- Include the script that builds the page and powers Static CMS -->
53-
<script src="https://unpkg.com/@staticcms/app@^3.0.0/dist/static-cms-app.js"></script>
53+
<script src="https://unpkg.com/@staticcms/app@^4.0.0/dist/static-cms-app.js"></script>
5454
<script>
5555
window.CMS.init();
5656
</script>

0 commit comments

Comments
 (0)