Fix links to static assets
This commit is contained in:
parent
4a4c8b4d17
commit
e5f8748901
1 changed files with 7 additions and 2 deletions
|
|
@ -123,8 +123,13 @@ const categoriesSelectorCss = categories
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
|
||||
<title>Carter's RSS Feeds</title>
|
||||
<link rel="icon" href="/news-emoji.svg" sizes="any" type="image/svg+xml" />
|
||||
<link rel="manifest" href="/manifest.json" />
|
||||
<link
|
||||
rel="icon"
|
||||
href="/rss-reader/news-emoji.svg"
|
||||
sizes="any"
|
||||
type="image/svg+xml"
|
||||
/>
|
||||
<link rel="manifest" href="/rss-reader/manifest.json" />
|
||||
<style set:html={categoriesSelectorCss}></style>
|
||||
</head>
|
||||
<body
|
||||
|
|
|
|||
Loading…
Reference in a new issue