replace cdn url
This commit is contained in:
parent
d482b2d35a
commit
8c20d516cd
2 changed files with 19 additions and 1 deletions
18
ecosystem.config.js
Normal file
18
ecosystem.config.js
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
module.exports = {
|
||||||
|
apps : [{
|
||||||
|
name: 'server',
|
||||||
|
script: '/home/niko/work/repositories/odysee-frontend/web/index.js',
|
||||||
|
|
||||||
|
// Options reference: https://pm2.io/doc/en/runtime/reference/ecosystem-file/
|
||||||
|
instances: 1,
|
||||||
|
autorestart: true,
|
||||||
|
watch: false,
|
||||||
|
max_memory_restart: '1G',
|
||||||
|
env: {
|
||||||
|
NODE_ENV: 'dev',
|
||||||
|
CHAINQUERY_MYSQL_PASSWORD: '52BGpjWrDU3wy9rY5aa66b7NherlTWIv!',
|
||||||
|
SDK_API_URL: 'https://api.lbry.tv',
|
||||||
|
SENTRY_AUTH_TOKEN: '260966e12253414492c436108fbb58c9a2beef40c20b4f0c9200c98c4c194667'
|
||||||
|
}
|
||||||
|
}]
|
||||||
|
};
|
|
@ -223,7 +223,7 @@ const Wallpaper = (props: Props) => {
|
||||||
className={'background-image'}
|
className={'background-image'}
|
||||||
style={{
|
style={{
|
||||||
backgroundImage:
|
backgroundImage:
|
||||||
'url("https://thumbnails.odysee.com/optimize/plain/https://cdn.lbryplayer.xyz/speech/2e9a7dc6c99f0fb9.jpg")',
|
'url("https://thumbnails.odysee.com/optimize/plain/https://player.odycdn.com/speech/2e9a7dc6c99f0fb9.jpg")',
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<div className={'theme'} />
|
<div className={'theme'} />
|
||||||
|
|
Loading…
Reference in a new issue