diff --git a/src/store/prefs-store.js b/src/store/prefs-store.js index 26ffdf3..c53578a 100644 --- a/src/store/prefs-store.js +++ b/src/store/prefs-store.js @@ -100,7 +100,7 @@ const PrefsStore = { }, apiUrl (state, getters) { - return state.prefs.instance ?? process.env.VUE_APP_PIPED_URL ?? 'https://pipedapi-libre.kavin.rocks' + return state.prefs.instance ?? process.env.VUE_APP_PIPED_URL ?? 'https://pipedapi.kavin.rocks' }, isEmbedded () {