mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-20 21:47:01 +01:00
add the manifest to the frontend entry page #219
This commit is contained in:
parent
6066d00c5e
commit
45e52aa985
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@
|
|||
<meta name="full_name" content="{{full_name}}">
|
||||
<meta name="cookie_prefix" content="{{cookie_prefix}}">
|
||||
<link rel="icon" type="image/x-icon" href="favicon.ico">
|
||||
<link rel="stylesheet" href="{% static 'frontend/styles.css' %}"></head>
|
||||
<link rel="manifest" href="{% static 'frontend/manifest.webmanifest' %}">
|
||||
<link rel="stylesheet" href="{% static 'frontend/styles.css' %}">
|
||||
</head>
|
||||
<body>
|
||||
<app-root>Loading...</app-root>
|
||||
<script src="{% static 'frontend/runtime.js' %}" defer></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue