mirror of
https://github.com/simstudioai/sim.git
synced 2026-04-28 03:00:29 -04:00
attempt to fix build issues (#985)
This commit is contained in:
committed by
GitHub
parent
03bb437e09
commit
2e027dd77d
@@ -208,13 +208,13 @@ const nextConfig: NextConfig = {
|
||||
source: '/((?!api|_next|_vercel|favicon|static|.*\\..*).*)',
|
||||
destination: 'https://www.sim.ai/$1',
|
||||
permanent: true,
|
||||
has: [{ type: 'host', key: 'host', value: 'simstudio.ai' }],
|
||||
has: [{ type: 'host' as const, value: 'simstudio.ai' }],
|
||||
},
|
||||
{
|
||||
source: '/((?!api|_next|_vercel|favicon|static|.*\\..*).*)',
|
||||
destination: 'https://www.sim.ai/$1',
|
||||
permanent: true,
|
||||
has: [{ type: 'host', key: 'host', value: 'www.simstudio.ai' }],
|
||||
has: [{ type: 'host' as const, value: 'www.simstudio.ai' }],
|
||||
}
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user