diff --git a/khatru/docs/index.md b/khatru/docs/index.md index 39754f0..b01cfa4 100644 --- a/khatru/docs/index.md +++ b/khatru/docs/index.md @@ -3,6 +3,8 @@ layout: home hero: name: khatru + image: + src: /logo.png text: a framework for making Nostr relays tagline: write your custom relay with code over configuration actions: diff --git a/khatru/docs/justfile b/khatru/docs/justfile index f4d2a7c..1f160a9 100644 --- a/khatru/docs/justfile +++ b/khatru/docs/justfile @@ -5,3 +5,4 @@ dev: build: vitepress build + cp logo.png .vitepress/dist/