Skip to content

Commit 5b70ef4

Browse files
committed
Update cname
1 parent 6ca840b commit 5b70ef4

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
![slavic castles logo](https://i.imgur.com/h6HYvQc.png "Slavic Castles Logo")
22

3+
[![build](https://github.com/Leinnan/slavic_castles/actions/workflows/rust.yml/badge.svg)](https://github.com/Leinnan/slavic_castles/actions/workflows/rust.yml)
4+
35
Card game prototype written in Rust with Bevy 0.16
46

5-
itch.io page: [itch.io](https://leinnan.itch.io/slavic-castles)
6-
Play live here: [wasm version](https://leinnan.github.io/castles_fight/)
7+
To open it in browser click one of the icons below:
8+
9+
[![Itch.io](https://img.shields.io/badge/Itch-%23FF0B34.svg?style=for-the-badge&logo=Itch.io&logoColor=white)](https://mevlyshkin.itch.io/slavic-castles)
10+
[![Github Pages](https://img.shields.io/badge/github%20pages-121013?style=for-the-badge&logo=github&logoColor=white)](http://castles.mevlyshkin.com/)
11+

justfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ web_build:
55
wasm-bindgen --out-dir ./out/ --target web ./target/wasm32-unknown-unknown/release/slavic_castles.wasm
66
cp -u wasm/* out/
77
cp -R -u assets out/
8+
echo "castles.mevlyshkin.com" >> out/CNAME
89
ls -R out
910

1011
# validate the code

0 commit comments

Comments
 (0)