diff --git a/packages/frontend/vite.config.local-dev.ts b/packages/frontend/vite.config.local-dev.ts index 45157a2739..f9dff13b15 100644 --- a/packages/frontend/vite.config.local-dev.ts +++ b/packages/frontend/vite.config.local-dev.ts @@ -52,12 +52,12 @@ const devConfig = { '/bios': httpUrl, '/cli': httpUrl, '/inbox': httpUrl, -/* '/notes': { + '/notes': { target: httpUrl, headers: { 'Accept': 'application/activity+json', }, - },*/ + }, '/users': { target: httpUrl, headers: {