···66# build system outputs some srcs and hrefs like src="static/"
77# need to rewrite to be src="/static/" to handle non root pages
88sed -i 's/\(src\|href\)="static/\1="\/static/g' web-build/index.html
99+1010+# we need to copy the static iframe html to support youtube embeds
1111+cp -r bskyweb/static/iframe/ web-build/iframe