Skip to content

Commit

Permalink
chore: update cms
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jan 8, 2024
1 parent 73d7f13 commit d084c4a
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 45 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"css.validate": false,
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
Expand Down
82 changes: 41 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"scripts": {
"analyze": "cross-env BUNDLE_ANALYZER=enabled next build --no-lint",
"build": "next build",
"cms:dev": "netlify-cms-proxy-server",
"cms:dev": "decap-server",
"generate:favicons": "tsx ./scripts/generate-favicons.ts",
"dev": "next dev",
"format": "prettier . --cache --check --ignore-path .gitignore",
Expand Down Expand Up @@ -104,9 +104,9 @@
"@types/node": "^18.11.9",
"@types/react": "^18.0.25",
"cross-env": "^7.0.3",
"decap-server": "^3.0.1",
"eslint": "^8.28.0",
"lint-staged": "^13.0.4",
"netlify-cms-proxy-server": "^1.3.24",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.0",
"simple-git-hooks": "^2.8.1",
Expand Down
3 changes: 2 additions & 1 deletion public/admin/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CMS | Sunday Observance in Late Antiquity</title>
<meta name="robots" content="noindex" />
</head>
<body>
<script src="https://unpkg.com/netlify-cms@2"></script>
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
</body>
</html>

0 comments on commit d084c4a

Please sign in to comment.