mirror of
https://github.com/leptos-rs/leptos
synced 2024-11-10 06:44:17 +00:00
fix(examples): hackernews_axum styles href (#536)
This commit is contained in:
parent
487dba90d8
commit
9c572f7617
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<link data-trunk rel="rust" data-wasm-opt="z"/>
|
<link data-trunk rel="rust" data-wasm-opt="z"/>
|
||||||
<link data-trunk rel="css" href="./static/style.css"/>
|
<link data-trunk rel="css" href="/style.css"/>
|
||||||
</head>
|
</head>
|
||||||
<body></body>
|
<body></body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue