fix: remove link for missing .css file
This commit is contained in:
parent
6a02a26571
commit
af22682662
1 changed files with 0 additions and 1 deletions
|
@ -46,7 +46,6 @@ const appTitle = article?.title ? `${article.title} | Cozy` : 'Cozy';
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
|
<link rel="shortcut icon" type="image/svg+xml" href="/favicon.svg" />
|
||||||
<link rel="stylesheet" href="/article.css" />
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="app-wrapper">
|
<div id="app-wrapper">
|
||||||
|
|
Loading…
Reference in a new issue