mirror of
https://gitdab.com/cadence/out-of-your-element.git
synced 2025-09-11 04:33:02 +02:00
Use relative paths on web
This commit is contained in:
parent
97043d90cc
commit
6411279efd
7 changed files with 25 additions and 17 deletions
|
@ -73,7 +73,7 @@ block body
|
|||
let size = 105
|
||||
let p = new URLSearchParams()
|
||||
p.set("data", `https://bridge.cadence.moe/invite?nonce=${nonce}`)
|
||||
img(width=size height=size src=`/qr?${p}`)
|
||||
img(width=size height=size src=rel(`/qr?${p}`))
|
||||
|
||||
h2.mt48.fs-headline1 Moderation
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue