We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 589555d commit fb64117Copy full SHA for fb64117
server/src/server-setup/server-setup-dev.ts
@@ -16,7 +16,7 @@ export const serverSetupDev = (expressApp: Express, nextApp: NextServer) => {
16
// These paths should never redirect, to ensure the site will load correctly
17
// when accessed from the Content Studio editor
18
expressApp.all(
19
- ['/draft/*', '/archive/*', '/editor/*', '/_next/*', '/gfx/*', '/api/*'],
+ ['/draft/*', '/archive/*', '/editor/*', '/_next/*', '/gfx/*', '/api/*', '/_/*'],
20
(req, res) => {
21
return nextRequestHandler(req, res);
22
}
0 commit comments