fix: remove link for missing .css file

This commit is contained in:
Ayo Ayco 2024-10-06 10:55:20 +02:00
parent 6a02a26571
commit af22682662

View file

@ -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">