-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(website): ♻️ updated website routes for path prefixing
- Loading branch information
1 parent
83e0667
commit 28bba42
Showing
3 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "perseus-website" | ||
version = "0.3.0-beta.5" | ||
version = "0.3.0-beta.7" | ||
edition = "2018" | ||
description = "The official website for the Perseus framework." | ||
authors = ["arctic_hen7 <[email protected]>"] | ||
|
@@ -13,7 +13,7 @@ readme = "./README.md" | |
|
||
[dependencies] | ||
# We use the current version of Perseus, not the local one | ||
perseus = "0.3.0-beta.6" | ||
perseus = "0.3.0-beta.7" | ||
sycamore = "0.6" | ||
sycamore-router = "0.6" | ||
serde = "1" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters