ai/at
ai/at
1
0
This commit is contained in:
syui 2024-11-08 08:39:49 +09:00
parent 86ad007e33
commit 2bfa8c322f
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -69,7 +69,7 @@ FRONTPAGE_CONSUMER_SECRET=`openssl ecparam --name secp256k1 --genkey --noout --o
```sh ```sh
$ cd $dir/packages/frontpage $ cd $dir/packages/frontpage
$ PUBLIC_URL=example.com $ PUBLIC_URL=example.com
$ grep -R frontpage.fyi ./app ./lib |cut -d : -f 1|sed -i "s/frontpage.fyi/$PUBLIC_URL/g" $ grep -R frontpage.fyi ./app ./lib |cut -d : -f 1|xargs sed -i "s/frontpage.fyi/$PUBLIC_URL/g"
$ HOST_REVERT=com.unravel.example $ HOST_REVERT=com.unravel.example
$ grep -R unravel.frontpage ./app ./lib |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g" $ grep -R unravel.frontpage ./app ./lib |cut -d : -f 1|xargs sed -i "s/fyi.unravel.frontpage/${HOST_REVERT}/g"