Skip to content

Commit

Permalink
chore: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
duchunter committed Apr 8, 2024
1 parent 2bf44da commit 9f2f63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module.exports = {
environment: process.env.CS_ENVIRONMENT || '',
wsUrl: process.env.WS_URL || 'wss://api.locker.io/ws',
desktopWsUrl: process.env.DESKTOP_WS_URL || 'ws://localhost:1040',
logoUrl: process.env.LOGO_URL || 'https://old.locker.io/logo/',
logoUrl: process.env.LOGO_URL || 'https://locker.io/logo/',
blogUrl:
process.env.BLOG_API_URL ||
'https://blog.cystack.org/locker/wp-json/wp/v2',
Expand Down

0 comments on commit 9f2f63d

Please sign in to comment.