refactor(site): move pico.css to public dir

This commit is contained in:
ayo 2026-05-09 10:43:37 +02:00
parent f4f27f3aaa
commit bd29797893
2 changed files with 1 additions and 1 deletions

View file

@ -18,7 +18,7 @@
<link rel="apple-touch-icon" href="apple-touch-icon.png"/>
<link rel="shortcut icon" href="/favicon.svg" type="image/svg+xml"/>
<link rel="stylesheet" href="./pico.min.css">
<link rel="stylesheet" href="pico.min.css">
<script type="module" src="./src/status-indicator.ts"></script>
<style>
html, body {

View file