mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
example: fix href path in tailwind_csr
example (#2328)
This commit is contained in:
parent
001ca5148e
commit
ffcf3c2952
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ pub fn App() -> impl IntoView {
|
|||
|
||||
view! {
|
||||
|
||||
<Stylesheet id="leptos" href="/pkg/tailwind.css"/>
|
||||
<Stylesheet id="leptos" href="/style/output.css"/>
|
||||
<Link rel="shortcut icon" type_="image/ico" href="/favicon.ico"/>
|
||||
<Router>
|
||||
<Routes>
|
||||
|
|
Loading…
Reference in a new issue