File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
15
15
<link rel =" icon" href =" {{ assetPath base ' /static/media/favicon.ico' }} " type =" image/x-icon" />
16
16
<link rel =" manifest" href =" {{ assetPath base ' /code-server.webmanifest' }} " crossorigin =" use-credentials" />
17
- <link rel =" apple-touch-icon" href =" {{ assetPath base ' /static/src/browser/ media/pwa-icon-384.png' }} " />
17
+ <link rel =" apple-touch-icon" href =" {{ assetPath base ' /static/media/pwa-icon-384.png' }} " />
18
18
<link href =" {{ assetPath base ' /static/main.css' }} " rel =" stylesheet" />
19
19
<meta id =" coder-options" data-settings =" {{{ json coderOptions }}} " />
20
20
</head >
Original file line number Diff line number Diff line change 32
32
<link data-name =" vs/workbench/workbench.web.api" rel =" stylesheet" href =" {{ assetPath base ' /static/lib/vscode/out/vs/workbench/workbench.web.api.css' }} " >
33
33
{{ /if }}
34
34
35
- <link rel =" apple-touch-icon" href =" {{ assetPath base ' /static/src/browser/ media/pwa-icon-384.png' }} " />
35
+ <link rel =" apple-touch-icon" href =" {{ assetPath base ' /static/media/pwa-icon-384.png' }} " />
36
36
<meta name =" apple-mobile-web-app-capable" content =" yes" />
37
37
38
38
<!-- Prefetch to avoid waterfall -->
You can’t perform that action at this time.
0 commit comments