This commit addresses the two currently outstanding issues and also introduces some changes:

- The port has been changed from 3000 to 8080
- The format of the imprint.json file has changed. See the current example file.
This commit is contained in:
phntxx 2021-03-05 22:00:32 +01:00
parent 15d4a60958
commit 7de67cbbd8
57 changed files with 3168 additions and 19341 deletions

View file

@ -25,18 +25,8 @@
href="%PUBLIC_URL%/icon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<link
href="https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css?family=Roboto:400,500,700,900"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/icon?family=Material+Icons"
rel="stylesheet"
/>
<link href="%PUBLIC_URL%/fonts/roboto/roboto.css" rel="stylesheet" />
<link href="%PUBLIC_URL%/fonts/icons/icons.css" rel="stylesheet" />
<title>Dashboard</title>
</head>
<body>