Skip to content

Commit

Permalink
feat(frontend): link to web app manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Nov 1, 2023
1 parent cd57f2c commit caaa34f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/layouts/default.njk
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
<link rel="mask-icon" href="{{ application.url }}{{ assetPath | default("/assets") }}/icon.svg" color="{{ application.themeColor }}">
<link rel="preload" href="{{ application.url }}{{ assetPath | default("/assets") }}/mona-sans.woff2" as="font" type="font/woff2" crossorigin>
<link rel="stylesheet" href="{{ application.url }}{{ assetPath | default("/assets") }}/app.css">
<link rel="manifest" href="{{ application.url }}/app.webmanifest">
<style>
:root {
{{- themeCustomProperties(application.themeColor) | indent(6) }}
Expand Down

0 comments on commit caaa34f

Please sign in to comment.