Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

copy Android domain verification file in justfile

xan.lol 6a0e5460 b3607ff5

+3
+3
justfile
··· 38 38 # need to rewrite to be src="/static/" to handle non root pages 39 39 sed -i 's/\(src\|href\)="static/\1="\/static/g' web-build/index.html 40 40 41 + # we need to copy this file for the domain to verify w/Android 42 + cp web/.well-known/assetlinks.json web-build/.well-known 43 + 41 44 # we need to copy the static iframe html to support youtube embeds 42 45 cp -r bskyweb/static/iframe/ web-build/iframe 43 46