diff --git a/examples/book-ssr/Cargo.toml b/examples/book-ssr/Cargo.toml index 9bab546..6b98676 100644 --- a/examples/book-ssr/Cargo.toml +++ b/examples/book-ssr/Cargo.toml @@ -13,8 +13,8 @@ cfg-if = "1.0.0" console_error_panic_hook = "0.1.7" http = "1.0.0" indoc = "2.0.4" -#leptonic = { git = "https://github.com/lpotthast/leptonic", branch = "main", features = ["clipboard", "tiptap"] } -leptonic = { path = "../../leptonic", features = ["clipboard", "tiptap"] } +leptonic = { git = "https://github.com/lpotthast/leptonic", branch = "main", features = ["clipboard", "tiptap"] } +#leptonic = { path = "../../leptonic", features = ["clipboard", "tiptap"] } leptos = { version = "0.6.5", features = [] } leptos-use = "0.10.1" leptos_axum = { version = "0.6.5", optional = true }