forked from tangled.org/core
Monorepo for Tangled — https://tangled.org

Fix the manifest url

vielle.dev 40d165b5 da8717c4

verified
Changed files
+4 -4
appview
pages
+1 -1
appview/pages/templates/layouts/base.html
··· 15 15 <link rel="preconnect" href="https://camo.tangled.sh" /> 16 16 17 17 <!-- pwa manifest --> 18 - <link rel="manifest" href="/static/pwa-manifest.json" /> 18 + <link rel="manifest" href="/pwa-manifest.json" /> 19 19 20 20 <!-- preload main font --> 21 21 <link rel="preload" href="/static/fonts/InterVariable.woff2" as="font" type="font/woff2" crossorigin />
+1 -1
appview/pages/templates/user/completeSignup.html
··· 20 20 content="complete your signup for tangled" 21 21 /> 22 22 <script src="/static/htmx.min.js"></script> 23 - <link rel="manifest" href="/static/pwa-manifest.json" /> 23 + <link rel="manifest" href="/pwa-manifest.json" /> 24 24 <link 25 25 rel="stylesheet" 26 26 href="/static/tw.css?{{ cssContentHash }}"
+1 -1
appview/pages/templates/user/login.html
··· 8 8 <meta property="og:url" content="https://tangled.org/login" /> 9 9 <meta property="og:description" content="login to for tangled" /> 10 10 <script src="/static/htmx.min.js"></script> 11 - <link rel="manifest" href="/static/pwa-manifest.json" /> 11 + <link rel="manifest" href="/pwa-manifest.json" /> 12 12 <link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" /> 13 13 <title>login &middot; tangled</title> 14 14 </head>
+1 -1
appview/pages/templates/user/signup.html
··· 8 8 <meta property="og:url" content="https://tangled.org/signup" /> 9 9 <meta property="og:description" content="sign up for tangled" /> 10 10 <script src="/static/htmx.min.js"></script> 11 - <link rel="manifest" href="/static/pwa-manifest.json" /> 11 + <link rel="manifest" href="/pwa-manifest.json" /> 12 12 <link rel="stylesheet" href="/static/tw.css?{{ cssContentHash }}" type="text/css" /> 13 13 <title>sign up &middot; tangled</title> 14 14