We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bb9f5f commit b81978eCopy full SHA for b81978e
admin/config.yml
@@ -1,5 +1,5 @@
1
backend:
2
- name: github
+ name: git-gateway
3
repo: CodeInvers3/codeinvers3.github.io
4
branch: master
5
media_folder: "images"
admin/index.html
@@ -8,7 +8,7 @@
8
</head>
9
<body>
10
<!-- Include the script that builds the page and powers Decap CMS -->
11
- <script src="https://unpkg.com/@sveltia/cms/dist/sveltia-cms.js"></script>
+ <script src="https://cdn.jsdelivr.net/npm/decap-cms@^3.0.0/dist/decap-cms.js"></script>
12
<script src="https://identity.netlify.com/v1/netlify-identity-widget.js"></script>
13
<script>
14
if (window.netlifyIdentity) {
0 commit comments