mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 08:44:28 -05:00
* Fix CSR with Trunk on hackernews example * Update isomorphic example to remove CSR from Readme
8 lines
188 B
HTML
8 lines
188 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link data-trunk rel="rust" data-wasm-opt="z" data-cargo-features="csr"/>
|
|
<link data-trunk rel="css" href="./style.css"/>
|
|
</head>
|
|
<body></body>
|
|
</html> |