Skip to content

Commit 71a142d

Browse files
committed
fix(website): 🚑️ pinned website to sycamore v0.6.1 to prevent base path problems
Also added warning to readme about invalid examples for older versions as per #60.
1 parent d02189b commit 71a142d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
[![Top Language](https://img.shields.io/github/languages/top/arctic-hen7/perseus?style=for-the-badge)]()
77
[![Discord Chat](https://img.shields.io/discord/820400041332179004?label=Discord&style=for-the-badge)](https://discord.gg/PgwPn7dKEk)
88

9+
> Warning: examples on the website for versions of the docs other than `next` and 0.3.x are currently invalid. Until [this issue](https://github.com/arctic-hen7/perseus/issues/60) is fixed, please use the docs for 0.3.x, which will move to stable very shortly.
10+
911
Perseus is a blazingly fast frontend web development framework built in Rust with support for major rendering strategies, reactivity without a virtual DOM, and extreme customizability. It wraps the lower-level capabilities of [Sycamore](https://github.com/sycamore-rs/sycamore)!
1012

1113
- 📕 Supports static generation (serving only static resources)

website/website/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ readme = "./README.md"
1414
[dependencies]
1515
# We use the current version of Perseus, not the local one
1616
perseus = { path = "../../packages/perseus", version = "0.3.0-beta.8" }
17-
sycamore = "0.6"
18-
sycamore-router = "0.6"
17+
sycamore = "0.6.1"
18+
sycamore-router = "0.6.1"
1919
serde = "1"
2020
serde_json = "1"
2121
fluent-bundle = "0.15"

0 commit comments

Comments
 (0)