Skip to content

Commit

Permalink
Move code into ShiningSword as a reset, and rebase the URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWilson committed Nov 25, 2023
1 parent 9e57d15 commit 85b630b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# RPG Utils

https://maxwilson.github.io/rpg/
https://maxwilson.github.io/ShiningSword/

Player utilities for AD&D.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"private": true,
"scripts": {
"start": "dotnet tool restore && dotnet fable watch src -e .jsx -o dist --runFast vite --port 8080",
"buildGithub": "dotnet fable src -e .jsx -o dist --sourceMaps --run vite build --base /rpg",
"buildGithub": "dotnet fable src -e .jsx -o dist --sourceMaps --run vite build --base /ShiningSword",
"build": "dotnet tool restore && dotnet fable src -e .jsx -o dist --run vite build",
"clean": "dotnet fable clean src --yes"
},
Expand Down
2 changes: 1 addition & 1 deletion src/Main.fs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ let Router() =
router.children [
class' "header" Html.div [
classP' "srcLink" Html.a [
prop.href "https://github.com/MaxWilson/rpg/"
prop.href "https://github.com/MaxWilson/ShiningSword/"
prop.children [Html.img [prop.ariaLabel "GitHub"; prop.src "img/GitHub_Logo.png"]]
prop.target "_blank"
]
Expand Down

0 comments on commit 85b630b

Please sign in to comment.