diff --git a/test/live-preview/config.ts b/test/live-preview/config.ts index dd02e8e267..139f8bb416 100644 --- a/test/live-preview/config.ts +++ b/test/live-preview/config.ts @@ -22,8 +22,8 @@ export default buildConfigWithDefaults({ globals: ['header', 'footer'], }, }, - cors: ['http://localhost:3001'], - csrf: ['http://localhost:3001'], + cors: ['http://localhost:3000', 'http://localhost:3001'], + csrf: ['http://localhost:3000', 'http://localhost:3001'], collections: [Users, Pages, Posts, Tenants, Categories, Media], globals: [Header, Footer], onInit: seed,