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