Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

rewrite paths to support post linking?

+4
+4
pages_build.sh
··· 2 2 3 3 yarn intl:build 4 4 yarn build-web 5 + 6 + # build system outputs some srcs and hrefs like src="static/" 7 + # need to rewrite to be src="/static/" to handle non root pages 8 + sed -i 's/\(src\|href\)="static/\1="\/static/g' web-build/index.html