mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
parent
d653823ea2
commit
02c38a0d3b
2 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ import Button from '../components/Button.astro';
|
|||
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||
|
||||
<title>Astro + TailwindCSS</title>
|
||||
<link rel="stylesheet" type="text/css" href="/global.css">
|
||||
<link rel="stylesheet" type="text/css" href={Astro.resolve("../styles/global.css")}>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue