diff --git a/nuxt.config.ts b/nuxt.config.ts index f18bfc20..3f227061 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -157,13 +157,13 @@ export default defineNuxtConfig({ base: '', }, public: { - privacyPolicyUrl: '', + privacyPolicyUrl: 'https://oscar.surf/@luke/pages/privacy', // We use LibreTranslate (https://github.com/LibreTranslate/LibreTranslate) as // our default translation server #76 translateApi: '', // Use the instance where Elk has its Mastodon account as the default - defaultServer: 'm.webtoo.ls', - singleInstance: false, + defaultServer: 'puyopuyotetr.is', + singleInstance: true, }, storage: { fsBase: 'node_modules/.cache/app', @@ -311,7 +311,7 @@ export default defineNuxtConfig({ strategy: 'no_prefix', detectBrowserLanguage: false, langDir: 'locales', - defaultLocale: 'en-US', + defaultLocale: 'ko-KR', vueI18n: './config/i18n.config.ts', }, pwa, diff --git a/plugins/magic-keys.client.ts b/plugins/magic-keys.client.ts index 84128344..4ce6c7d7 100644 --- a/plugins/magic-keys.client.ts +++ b/plugins/magic-keys.client.ts @@ -38,7 +38,7 @@ export default defineNuxtPlugin(({ $scrollToTop }) => { } whenever(logicAnd(isAuthenticated, notUsingInput, keys.c), defaultPublishDialog) - const instanceDomain = currentInstance.value ? getInstanceDomain(currentInstance.value) : 'm.webtoo.ls' + const instanceDomain = currentInstance.value ? getInstanceDomain(currentInstance.value) : 'puyopuyotetr.is' whenever(logicAnd(notUsingInput, useMagicSequence(['g', 'h'])), () => navigateTo('/home')) whenever(logicAnd(isAuthenticated, notUsingInput, useMagicSequence(['g', 'n'])), () => navigateTo('/notifications')) // TODO: always overridden by 'c' (compose) shortcut