[READ-ONLY] Mirror of https://github.com/probablykasper/capacitor-svelte-snowpack-template.
capacitor svelte template
0

Configure Feed

Select the types of activity you want to include in your feed.

Fix js/css not loading

Kasper (Mar 13, 2021, 12:21 AM +0100) 089f6035 0dfc684c

+3 -1
+3 -1
public/index.html
··· 5 5 <meta name="viewport" content="width=device-width,initial-scale=1" /> 6 6 7 7 <link rel="icon" type="image/png" href="./favicon.png" /> 8 + 9 + <link rel="stylesheet" href="./bundle/main.css" /> 8 10 </head> 9 11 <body> 10 - <script defer type="module" src="./build/main.js"></script> 12 + <script defer type="module" src="./bundle/main.js"></script> 11 13 </body> 12 14 </html>