diff --git a/install.zsh b/install.zsh index dcb31da..bcbecaf 100755 --- a/install.zsh +++ b/install.zsh @@ -117,6 +117,9 @@ function at-repos-social-app-write() { f=$dt/lib/strings/url-helpers.ts sed -i 's#`https://go\.syu\.is/redirect\?u=\${encodeURIComponent(url)}`#url#g' $f + f=$dt/lib/statsig/statsig.tsx + sed -i "s#api: 'https://events.bsky.app/v2'#api: 'https://${pds}/ipcc'#g" $f + ## cloudflare worker -> /ipcc #f=$dt/state/geolocation.tsx #sed -i 's#https://syu\.is/ipcc#https://bsky\.app/ipcc#g' $f