init
This commit is contained in:
@@ -3,9 +3,9 @@ backend:
|
||||
repo: StartIT/mantelzorgwoning.info
|
||||
branch: main
|
||||
app_id: e259dcce-d5d7-48cc-a401-f458548c8e28
|
||||
api_root: https://git.start-it.nl/api/v1
|
||||
base_url: https://git.start-it.nl
|
||||
auth_endpoint: https://git.start-it.nl/login/oauth/authorize
|
||||
auth_endpoint: /login/oauth/authorize
|
||||
api_root: /api/v1
|
||||
|
||||
media_folder: static/images
|
||||
public_folder: /images
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Admin</title>
|
||||
<meta name="robots" content="noindex">
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Content Manager</title>
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Decap CMS bundle via CDN -->
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -3,9 +3,9 @@ backend:
|
||||
repo: StartIT/mantelzorgwoning.info
|
||||
branch: main
|
||||
app_id: e259dcce-d5d7-48cc-a401-f458548c8e28
|
||||
api_root: https://git.start-it.nl/api/v1
|
||||
base_url: https://git.start-it.nl
|
||||
auth_endpoint: https://git.start-it.nl/login/oauth/authorize
|
||||
auth_endpoint: /login/oauth/authorize
|
||||
api_root: /api/v1
|
||||
|
||||
media_folder: static/images
|
||||
public_folder: /images
|
||||
|
||||
@@ -1,11 +1,13 @@
|
||||
<!doctype html>
|
||||
<html lang="nl">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Admin</title>
|
||||
<meta name="robots" content="noindex">
|
||||
</head>
|
||||
<body>
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Content Manager</title>
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
|
||||
</head>
|
||||
<body>
|
||||
<!-- Decap CMS bundle via CDN -->
|
||||
<script src="https://unpkg.com/decap-cms@^3.0.0/dist/decap-cms.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user