diff --git a/vite.config.js b/vite.config.js index f8d3288c8..3abc24292 100644 --- a/vite.config.js +++ b/vite.config.js @@ -80,7 +80,8 @@ export default defineConfig(async ({ mode, command }) => { cookieDomainRewrite: 'localhost', ws: true, }, - '/auth': { // Mastodon password reset lives here + '/auth': { + // Mastodon password reset lives here target, changeOrigin: true, cookieDomainRewrite: 'localhost',