···38 # need to rewrite to be src="/static/" to handle non root pages
39 sed -i 's/\(src\|href\)="static/\1="\/static/g' web-build/index.html
4041- # 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-44 # we need to copy the static iframe html to support youtube embeds
45 cp -r bskyweb/static/iframe/ web-build/iframe
46
···38 # need to rewrite to be src="/static/" to handle non root pages
39 sed -i 's/\(src\|href\)="static/\1="\/static/g' web-build/index.html
4000041 # we need to copy the static iframe html to support youtube embeds
42 cp -r bskyweb/static/iframe/ web-build/iframe
43