We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a48980 commit fe5ce5aCopy full SHA for fe5ce5a
apps/sim/next.config.ts
@@ -132,7 +132,7 @@ const nextConfig: NextConfig = {
132
},
133
{
134
// For main app routes, Google Drive Picker, and Vercel resources - use permissive policies
135
- source: '/(w/.*|api/tools/drive|_next/.*|_vercel/.*)',
+ source: '/(w/.*|workspace/.*|api/tools/drive|_next/.*|_vercel/.*)',
136
headers: [
137
138
key: 'Cross-Origin-Embedder-Policy',
0 commit comments